Last active
December 3, 2019 16:16
-
-
Save e10101/a4e833120f8a66a22cd581241cc79ed0 to your computer and use it in GitHub Desktop.
Add google noto-cjk font to docker image.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RUN cd /usr/local/share/fonts/ \ | |
&& wget "https://github.com/googlei18n/noto-cjk/blob/master/NotoSansCJKsc-Medium.otf?raw=true" \ | |
&& fc-cache -f -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment