Skip to content

Commit c488710

Browse files
committed
chore(Dockerfile): add nftables and iproute2 packages for enhanced networking support
1 parent a388d6f commit c488710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FROM alpine:latest
1818

1919
LABEL org.opencontainers.image.source="https://github.com/PasarGuard/node"
2020

21-
RUN apk update && apk add --no-cache wireguard-tools
21+
RUN apk update && apk add --no-cache wireguard-tools nftables iproute2
2222

2323
WORKDIR /app
2424
COPY --from=builder /src /app

0 commit comments

Comments
 (0)