Vladimir Tomishinets 6 lat temu
rodzic
commit
169be9a3dd
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -12,6 +12,7 @@ RUN set -x \
            && yum install openvpn stonevpn -y \
            && chmod +x /tmp/docker-entrypoint.sh \
            && chmod +x /tmp/keygen.sh \
+           && chmod +x /tmp/revoke.sh \
            && chmod 400 /etc/openvpn/keys/*.key \
            && chmod 440 /etc/openvpn/keys/*.crt \
            && yum install -y https://centos7.iuscommunity.org/ius-release.rpm \