From 8e7daec2b0efcd8279fb2a570eddeb81c1e96f86 Mon Sep 17 00:00:00 2001 From: H Vs Date: Wed, 23 Apr 2025 09:55:26 +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 | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/docker/Dockerfile.latest b/docker/Dockerfile.latest index fa43eb6..5f52d1c 100644 --- a/docker/Dockerfile.latest +++ b/docker/Dockerfile.latest @@ -9,11 +9,14 @@ 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 ENV BUILD_PREFIX=/app