Merge pull request #2295 from cheahjs/fix/missing-jq

fix: add missing jq in non-ollama images
This commit is contained in:
Timothy Jaeryang Baek 2024-05-15 17:06:46 -10:00 committed by GitHub
commit 19203a8ed7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -94,7 +94,7 @@ RUN if [ "$USE_OLLAMA" = "true" ]; then \
else \
apt-get update && \
# Install pandoc and netcat
apt-get install -y --no-install-recommends pandoc netcat-openbsd curl && \
apt-get install -y --no-install-recommends pandoc netcat-openbsd curl jq && \
# for RAG OCR
apt-get install -y --no-install-recommends ffmpeg libsm6 libxext6 && \
# cleanup