mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Fix apt install for musl-dev in prod.Dockerfile
This commit is contained in:
@@ -13,9 +13,9 @@ RUN apt update -y && apt -y install \
|
||||
libsm6 \
|
||||
libxext6 \
|
||||
swig \
|
||||
curl && \
|
||||
curl \
|
||||
# Required by llama-cpp-python pre-built wheels. See #1628
|
||||
musl-dev \
|
||||
musl-dev && \
|
||||
# Required by Next.js Web app
|
||||
curl -sL https://deb.nodesource.com/setup_20.x | bash - && \
|
||||
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
|
||||
|
||||
Reference in New Issue
Block a user