From db25e5ed30418984426641ceb191504ed2791106 Mon Sep 17 00:00:00 2001 From: Billy Bao Date: Fri, 14 Nov 2025 09:41:07 +0800 Subject: [PATCH] fix --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6a8efed6e..239330183 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,8 +51,8 @@ RUN --mount=type=cache,id=ragflow_apt,target=/var/cache/apt,sharing=locked \ apt install -y libpython3-dev libgtk-4-1 libnss3 xdg-utils libgbm-dev && \ apt install -y libjemalloc-dev && \ apt install -y python3-pip pipx nginx unzip curl wget git vim less && \ - apt install -y ghostscript - apt install -y pandoc + apt install -y ghostscript && \ + apt install -y pandoc && \ apt install -y texlive RUN if [ "$NEED_MIRROR" == "1" ]; then \