Vadim Surkov %!s(int64=2) %!d(string=hai) anos
pai
achega
75908e25e9
Modificáronse 1 ficheiros con 1 adicións e 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 \