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
dockerfile 更改debian 10 源
最新推荐文章于 2024-07-29 17:20:06 发布