From c07d6ec22ffbb6345774bea55d5c6b6cd5bec8e7 Mon Sep 17 00:00:00 2001 From: ZHAO Jin-Xiang Date: Tue, 2 Jun 2026 07:25:47 +0000 Subject: [PATCH] feat: add nftables package to Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3c34fa2..f7980df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,8 +26,8 @@ RUN cd cmd/gost && \ FROM alpine:3.23 -# add iptables for tun/tap -RUN apk add --no-cache iptables +# add iptables/nftables for tun/tap +RUN apk add --no-cache iptables nftables WORKDIR /bin/