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