mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
WIP: Font parity
This commit is contained in:
parent
ece342bd73
commit
e1b1f9432e
1 changed files with 2 additions and 1 deletions
|
@ -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/ && \
|
||||
|
|
Loading…
Reference in a new issue