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 \