mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-17 20:52:14 +01:00
fix(Dockerfile): re-add fonts-noto-core to prevent tofu on most languages
This commit is contained in:
@@ -141,6 +141,8 @@ RUN \
|
|||||||
fonts-noto-cjk \
|
fonts-noto-cjk \
|
||||||
# Standard Emoji support.
|
# Standard Emoji support.
|
||||||
fonts-noto-color-emoji \
|
fonts-noto-color-emoji \
|
||||||
|
# Tofu prevention. \
|
||||||
|
fonts-noto-core \
|
||||||
# Install QPDF & ExifTool (PDF engines).
|
# Install QPDF & ExifTool (PDF engines).
|
||||||
qpdf exiftool &&\
|
qpdf exiftool &&\
|
||||||
# See https://github.com/nextcloud/docker/issues/380.
|
# See https://github.com/nextcloud/docker/issues/380.
|
||||||
|
|||||||
Reference in New Issue
Block a user