mirror of
https://github.com/mikenye/docker-picard.git
synced 2026-04-21 16:25:37 +02:00
install chinese fonts (#46)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user