2
0
afeiszli 3 жил өмнө
parent
commit
47c189516d
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -9,7 +9,7 @@ RUN GOOS=linux CGO_ENABLED=1 go build -ldflags="-s -X 'main.version=${version}'"
 FROM alpine:3.15.2
 
 # add a c lib
-RUN apk add gcompat iptables ip6tables wireguard-tools
+RUN apk add gcompat iptables ip6tables nftables wireguard-tools
 # set the working directory
 WORKDIR /root/
 RUN mkdir -p /etc/netclient/config