Vadim Surkov 2 vuotta sitten
vanhempi
commit
75908e25e9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 \