From b122e1ae60147aa8d56cbbf989e35b3bcd710e6d Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Mon, 22 Sep 2025 18:45:41 +0200 Subject: [PATCH] add tzdata to docker image (#531) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b264f97..cee602a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,7 +52,7 @@ COPY --from=builder /build/dist/wg-portal / ###### FROM alpine:3.22 # Install OS-level dependencies -RUN apk add --no-cache bash curl iptables nftables openresolv wireguard-tools +RUN apk add --no-cache bash curl iptables nftables openresolv wireguard-tools tzdata # Setup timezone ENV TZ=UTC # Copy binaries