Vadim Surkov hace 2 años
padre
commit
75908e25e9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 \