From 3926f866138b645948ad69ccfa03d97786df3fa8 Mon Sep 17 00:00:00 2001 From: xjasonlyu Date: Thu, 7 Apr 2022 10:56:24 +0800 Subject: [PATCH] Feature(docker): add tzdata --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6eded1a..3dda97b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ LABEL org.opencontainers.image.source="https://github.com/xjasonlyu/tun2socks" COPY docker/entrypoint.sh /entrypoint.sh COPY --from=builder /src/build/tun2socks /usr/bin/tun2socks -RUN apk add --update --no-cache iptables iproute2 \ +RUN apk add --update --no-cache iptables iproute2 tzdata \ && chmod +x /entrypoint.sh ENV TUN=tun0