From f8b84a96f05e10580d2fc249658ee715725ec92f Mon Sep 17 00:00:00 2001 From: Harry-zklcdc Date: Wed, 23 Jul 2025 15:21:33 +0800 Subject: [PATCH] =?UTF-8?q?[Fix]=20=F0=9F=90=9B=20Container=20Timezone=20E?= =?UTF-8?q?rror?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3c28760..3d0a272 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,8 @@ FROM alpine VOLUME /app WORKDIR /app +RUN apk add --no-cache tzdata + COPY --from=builder /build/megrez /app/megrez COPY --from=builder /usr/local/go/lib/time/zoneinfo.zip /opt/zoneinfo.zip