Tomishinets Vladimir 2 years ago
parent
commit
f040997e9a
1 changed files with 3 additions and 2 deletions
  1. 3 2
      Dockerfile

+ 3 - 2
Dockerfile

@@ -15,8 +15,9 @@ RUN set -x \
            && 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 \
-           && yum install -y git2u \
+           && yum install -y https://repo.ius.io/ius-release-el7.rpm \
+               https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm \
+           && yum install -y git224 \
            && yum clean all \
            && rm -rf /var/cache/yum