mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
fix: add missing jq in non-ollama images
This commit is contained in:
parent
de0f31680c
commit
b6d36ab638
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue