We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a388d6f commit c488710Copy full SHA for c488710
Dockerfile
@@ -18,7 +18,7 @@ FROM alpine:latest
18
19
LABEL org.opencontainers.image.source="https://github.com/PasarGuard/node"
20
21
-RUN apk update && apk add --no-cache wireguard-tools
+RUN apk update && apk add --no-cache wireguard-tools nftables iproute2
22
23
WORKDIR /app
24
COPY --from=builder /src /app
0 commit comments