|
@@ -15,8 +15,9 @@ RUN set -x \
|
|
&& chmod +x /tmp/revoke.sh \
|
|
&& chmod +x /tmp/revoke.sh \
|
|
&& chmod 400 /etc/openvpn/keys/*.key \
|
|
&& chmod 400 /etc/openvpn/keys/*.key \
|
|
&& chmod 440 /etc/openvpn/keys/*.crt \
|
|
&& 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 \
|
|
&& yum clean all \
|
|
&& rm -rf /var/cache/yum
|
|
&& rm -rf /var/cache/yum
|
|
|
|
|