From 9bf12e7cb99f1ad70aee2e142fcba4750c3788fa Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Mon, 6 Apr 2026 18:52:29 +0200 Subject: [PATCH] fix(chromium): set PDFENGINES_CONVERT_ENGINES to empty on chromium only variants --- build/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/Dockerfile b/build/Dockerfile index 4d37fbc3..3d267c19 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -297,6 +297,8 @@ COPY --link --chown="$GOTENBERG_USER_UID:$GOTENBERG_USER_GID" build/chromium-hyp ENV CHROMIUM_BIN_PATH=/usr/bin/chromium ENV CHROMIUM_HYPHEN_DATA_DIR_PATH=/opt/gotenberg/chromium-hyphen-data +# No LibreOffice in this variant; override the default to use all available engines. +ENV PDFENGINES_CONVERT_ENGINES= USER gotenberg WORKDIR /home/gotenberg