WIP: Font parity

This commit is contained in:
Alex Pyrgiotis 2024-12-18 11:29:35 +02:00
parent ece342bd73
commit e1b1f9432e
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -13,7 +13,8 @@ RUN \
apt-get update && \
apt-get install -y --no-install-recommends \
python3-fitz libreoffice-nogui libreoffice-java-common python3 \
python3-magic default-jdk-headless fonts-noto-cjk unzip wget && \
python3-magic default-jdk-headless fonts-noto-cjk fonts-dejavu \
unzip wget && \
: "Clean up for improving reproducibility (optional)" && \
apt-get autoremove -y && \
rm -rf /var/cache/fontconfig/ && \