mirror of https://github.com/go-gost/gost.git
feat: add nftables package to Dockerfile (#865)
nftables is a more modern iptables which supports both ipv4 and ipv6.master
parent
5639c90e98
commit
41e1878ebc
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue