From d0530d6ca05519720edc6034243be5505dcde1ca Mon Sep 17 00:00:00 2001 From: H Vs Date: Wed, 23 Apr 2025 10:07:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/Dockerfile.latest | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docker/Dockerfile.latest b/docker/Dockerfile.latest index 7be3327..6172962 100644 --- a/docker/Dockerfile.latest +++ b/docker/Dockerfile.latest @@ -9,19 +9,19 @@ 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 \ - && apt-get install -y --no-install-recommends tzdata \ - && ln -sf /usr/share/zoneinfo/$TZ /etc/localtime \ - && dpkg-reconfigure --frontend noninteractive tzdata \ - && apt-get clean +# RUN apt-get update \ +# && apt-get install -y --no-install-recommends tzdata \ +# && ln -sf /usr/share/zoneinfo/$TZ /etc/localtime \ +# && dpkg-reconfigure --frontend noninteractive tzdata \ +# && apt-get clean # RUN ln -sf /usr/share/zoneinfo/$TZ /etc/localtime -# RUN apt-get install -y --no-install-recommends tzdata \ -# && ln -sf /usr/share/zoneinfo/$TZ /etc/localtime \ -# && dpkg-reconfigure --frontend noninteractive tzdata \ -# && apt-get clean +RUN apt-get install -y --no-install-recommends tzdata \ +&& ln -sf /usr/share/zoneinfo/$TZ /etc/localtime \ +&& dpkg-reconfigure --frontend noninteractive tzdata \ +&& apt-get clean ENV BUILD_PREFIX=/app