mirror of https://github.com/h44z/wg-portal.git
add tzdata to docker image (#531)
This commit is contained in:
parent
ea26e56994
commit
b122e1ae60
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue