update documentation for Docker usage (#419), include wireguard-tools in Docker image

This commit is contained in:
Christoph Haas
2025-05-02 10:29:04 +02:00
parent b06c03ef8e
commit e176e07f7d
2 changed files with 83 additions and 62 deletions

View File

@@ -52,7 +52,7 @@ COPY --from=builder /build/dist/wg-portal /
######
FROM alpine:3.19
# Install OS-level dependencies
RUN apk add --no-cache bash curl iptables nftables openresolv
RUN apk add --no-cache bash curl iptables nftables openresolv wireguard-tools
# Setup timezone
ENV TZ=UTC
# Copy binaries