fix(Dockerfile): re-add fonts-noto-core to prevent tofu on most languages

This commit is contained in:
Julien Neuhart
2026-03-30 19:12:33 +02:00
parent 00c6ed0387
commit f447e31ae2

View File

@@ -141,6 +141,8 @@ RUN \
fonts-noto-cjk \
# Standard Emoji support.
fonts-noto-color-emoji \
# Tofu prevention. \
fonts-noto-core \
# Install QPDF & ExifTool (PDF engines).
qpdf exiftool &&\
# See https://github.com/nextcloud/docker/issues/380.