Browse Source

add nftables

Vadim Surkov 2 years ago
parent
commit
75908e25e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -8,7 +8,7 @@ COPY openvpn/ /etc/openvpn/
 COPY stonevpn.conf /etc/stonevpn.conf
 
 RUN set -x \
-           && yum install epel-release lzo net-tools iputils -y \
+           && yum install epel-release lzo net-tools iputils nftables -y \
            && yum install openvpn stonevpn -y \
            && chmod +x /tmp/docker-entrypoint.sh \
            && chmod +x /tmp/keygen.sh \