Feature: add tzdata to Dockerfile (#2027)

Co-authored-by: suyaqi <suyaqi@wy.net>
This commit is contained in:
suyar 2022-03-15 11:30:52 +08:00 committed by GitHub
parent b866f06414
commit d1dd21417b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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