Skip to content

Instantly share code, notes, and snippets.

@caryyu
Created September 23, 2020 07:25
Show Gist options
  • Save caryyu/7b6feba55999751648fdde4c330083a3 to your computer and use it in GitHub Desktop.
Save caryyu/7b6feba55999751648fdde4c330083a3 to your computer and use it in GitHub Desktop.
Ubuntu 相关记录
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