Feature: add tzdata to Dockerfile (#2027)

Co-authored-by: suyaqi <suyaqi@wy.net>
This commit is contained in:
gVisor bot 2022-03-15 11:30:52 +08:00
parent 14b581cd8d
commit 4ea9f45a81

View file

@ -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"]