From da7f40642e1d7ae09f4f27567e4c9896303c8a42 Mon Sep 17 00:00:00 2001 From: YGXB_net Date: Tue, 2 Sep 2025 20:38:42 +0800 Subject: [PATCH] =?UTF-8?q?build:=20Gitea=20Actions=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3ceb22a..b474659 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN apk update \ && apk add --no-cache tzdata \ && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \ && echo "Asia/Shanghai" > /etc/timezone \ - && apk del tzdata \ + && apk del tzdata RUN date -R \ && chmod +x /dypid