Skip to content

Commit

Permalink
Update Dockerfile (#676)
Browse files Browse the repository at this point in the history
Add Chinese fonts ttf-wqy-microhei and ttf-wqy-zenhei
  • Loading branch information
lcnja authored and diemol committed Mar 18, 2018
1 parent 7315762 commit 6d242aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ RUN apt-get -qqy update \
sudo \
unzip \
wget \
ttf-wqy-microhei \
ttf-wqy-zenhei \
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/* \
&& sed -i 's/securerandom\.source=file:\/dev\/random/securerandom\.source=file:\/dev\/urandom/' ./usr/lib/jvm/java-8-openjdk-amd64/jre/lib/security/java.security

Expand Down

0 comments on commit 6d242aa

Please sign in to comment.