fix(chromium): set PDFENGINES_CONVERT_ENGINES to empty on chromium only variants

This commit is contained in:
Julien Neuhart
2026-04-06 18:52:29 +02:00
parent b87a6d4dfb
commit 9bf12e7cb9

View File

@@ -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_BIN_PATH=/usr/bin/chromium
ENV CHROMIUM_HYPHEN_DATA_DIR_PATH=/opt/gotenberg/chromium-hyphen-data 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 USER gotenberg
WORKDIR /home/gotenberg WORKDIR /home/gotenberg