From b6d36ab638efe8280a0a2ea4a99df1130f562257 Mon Sep 17 00:00:00 2001 From: Jun Siang Cheah Date: Thu, 16 May 2024 10:45:00 +0800 Subject: [PATCH] fix: add missing jq in non-ollama images --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d874c8561..a5cc2bb39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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