Created
September 23, 2020 07:25
-
-
Save caryyu/7b6feba55999751648fdde4c330083a3 to your computer and use it in GitHub Desktop.
Ubuntu 相关记录
This file contains hidden or 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
FROM scottyhardy/docker-wine:latest | |
RUN apt-get update && apt-get -y install \ | |
locales \ | |
language-pack-zh-hans \ | |
fonts-droid-fallback \ | |
ttf-wqy-zenhei \ | |
ttf-wqy-microhei \ | |
fonts-arphic-ukai \ | |
fonts-arphic-uming | |
RUN locale-gen |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment