Skip to content

Instantly share code, notes, and snippets.

@e10101
Last active December 3, 2019 16:16
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save e10101/a4e833120f8a66a22cd581241cc79ed0 to your computer and use it in GitHub Desktop.
Save e10101/a4e833120f8a66a22cd581241cc79ed0 to your computer and use it in GitHub Desktop.
Add google noto-cjk font to docker image.
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