"git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "5369023e34396fba24a53bfb39baecb3c75e7b9e"
Unverified Commit 19203a8e authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

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

fix: add missing jq in non-ollama images
parents e6d20df4 b6d36ab6
...@@ -94,7 +94,7 @@ RUN if [ "$USE_OLLAMA" = "true" ]; then \ ...@@ -94,7 +94,7 @@ RUN if [ "$USE_OLLAMA" = "true" ]; then \
else \ else \
apt-get update && \ apt-get update && \
# Install pandoc and netcat # 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 # for RAG OCR
apt-get install -y --no-install-recommends ffmpeg libsm6 libxext6 && \ apt-get install -y --no-install-recommends ffmpeg libsm6 libxext6 && \
# cleanup # cleanup
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment