File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 43
43
fi && \
44
44
yum -y update -x nss* && \
45
45
curl --retry 3 --retry-delay 10 ${SITE_MIRROR:-"https://bootstrap.pypa.io"}/pip/2.7/get-pip.py | python2 - 'pip==20.1' && \
46
+ curl -O --retry 3 --retry-delay 10 ${SITE_MIRROR:-"https://packages.endpointdev.com"}/rhel/7/os/x86_64/git-core-2.37.1-1.ep7.x86_64.rpm && \
47
+ curl -O --retry 3 --retry-delay 10 ${SITE_MIRROR:-"https://packages.endpointdev.com"}/rhel/7/os/x86_64/git-2.37.1-1.ep7.x86_64.rpm && \
48
+ curl -O --retry 3 --retry-delay 10 ${SITE_MIRROR:-"https://packages.endpointdev.com"}/rhel/7/os/x86_64/git-core-doc-2.37.1-1.ep7.noarch.rpm && \
49
+ curl -O --retry 3 --retry-delay 10 ${SITE_MIRROR:-"https://packages.endpointdev.com"}/rhel/7/os/x86_64/perl-Git-2.37.1-1.ep7.noarch.rpm && \
46
50
yum -y install \
51
+ git-2.37.1-1.ep7.x86_64.rpm git-core-2.37.1-1.ep7.x86_64.rpm \
52
+ git-core-doc-2.37.1-1.ep7.noarch.rpm perl-Git-2.37.1-1.ep7.noarch.rpm \
47
53
python3 iproute devtoolset-7-gcc devtoolset-7-binutils \
48
- autoconf automake createrepo docker-client docker-python gdb git git-review jq libtool \
54
+ autoconf automake createrepo docker-client docker-python gdb rsync git-review jq libtool \
49
55
make python-devel python-lxml rpm-build vim wget yum-utils redhat-lsb-core \
50
56
rpmdevtools sudo gcc-c++ net-tools httpd \
51
57
python-virtualenv python-future python-tox \
You can’t perform that action at this time.
0 commit comments