From a71321d5a53c28966984d017d01dbe826a9d9422 Mon Sep 17 00:00:00 2001 From: H Vs Date: Wed, 23 Apr 2025 10:20:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4docker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/Dockerfile.latest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile.latest b/docker/Dockerfile.latest index 7be3327..755c206 100644 --- a/docker/Dockerfile.latest +++ b/docker/Dockerfile.latest @@ -4,8 +4,8 @@ LABEL maintainer="foo@bar.com" ARG TZ='Asia/Shanghai' # 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.aliyun.com/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