@@ -6,7 +6,9 @@ ARG TZ='Asia/Shanghai' | |||
ARG CHATGPT_ON_WECHAT_VER | |||
# RUN echo /etc/apt/sources.list | |||
RUN sed -i 's/deb.debian.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apt/sources.list | |||
# RUN sed -i 's/deb.debian.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apt/sources.list | |||
RUN sed -i 's/deb.debian.org/mirrors.aliyun.com/g' /etc/apt/sources.list | |||
# Set the timezone and configure tzdata | |||
RUN apt-get update \ | |||