From 4ea9f45a81bfd2c672a1ba7aa2740a3fd95d3c69 Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Tue, 15 Mar 2022 11:30:52 +0800 Subject: [PATCH] Feature: add tzdata to Dockerfile (#2027) Co-authored-by: suyaqi --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 90a651b9..6e67d5d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN go mod download && \ FROM alpine:latest LABEL org.opencontainers.image.source="https://github.com/Dreamacro/clash" -RUN apk add --no-cache ca-certificates +RUN apk add --no-cache ca-certificates tzdata COPY --from=builder /Country.mmdb /root/.config/clash/ COPY --from=builder /clash / ENTRYPOINT ["/clash"]