diff --git a/Dockerfile b/Dockerfile index 138cde2..9508246 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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