feat: add nftables package to Dockerfile

pull/865/head
ZHAO Jin-Xiang 2026-06-02 07:25:47 +00:00
parent d584b7ac61
commit c07d6ec22f
1 changed files with 2 additions and 2 deletions

View File

@ -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/