install chinese fonts (#46)

This commit is contained in:
wuyue
2021-11-28 02:45:32 +08:00
committed by GitHub
parent c460c8cc13
commit ea5495984e

View File

@@ -166,6 +166,9 @@ RUN set -x && \
apt-get autoremove -y && \
rm -rf /src/* /tmp/* /var/lib/apt/lists/* && \
find /var/log -type f -exec truncate --size=0 {} \; && \
# Install Chinese Fonts
wget https://github.com/micmro/Stylify-Me/blob/master/.fonts/SimSun.ttf?raw=true -O /usr/share/fonts/SimSun.ttf && \
fc-cache && \
# Capture picard version
picard -V | grep Picard | cut -d ',' -f 1 | cut -d ' ' -f 2 | tr -d ' ' > /CONTAINER_VERSION