dockerfile 更改debian 10 源
发表于:2022-09-13 |
RUN sed -i s/deb.debian.org/mirrors.aliyun.com/g /etc/apt/sources.list && ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo 'Asia/Shanghai' >/etc/timezone


RUN apt update && apt-get install -y locales && apt-get -y install ttf-wqy-zenhei &&  apt-get -y install xfonts-intl-chinese  &&  dpkg-reconfigure locales && localedef -c -f UTF-8 -i zh_CN zh_CN.utf8 && apt install -y curl
上一篇:
docker自定义网络指定ip启动redis失败
下一篇:
MySQL5.7升级到最新版