Skip to content

Commit ead8288

Browse files
committed
XRevert "Update Dockerfile_2_28"
This reverts commit c06d2be.
1 parent c06d2be commit ead8288

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

manywheel/Dockerfile_2_28

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ RUN yum install -y \
9191
gcc-toolset-${DEVTOOLSET_VERSION}-toolchain \
9292
glibc-langpack-en
9393

94-
RUN dnf -y module reset git && \
95-
dnf -y module enable git:2.39 && \
96-
dnf -y install git && dnf clean all
97-
RUN git config --global --add safe.directory "*"
94+
# ius-release package needs epel-release-7
95+
RUN yum install -y \
96+
https://repo.ius.io/ius-release-el7.rpm \
97+
https://ossci-linux.s3.amazonaws.com/epel-release-7-14.noarch.rpm
9898
#Stopped working as of 8/1 (due to CentOS EOL?)
9999
# https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
100100
RUN yum swap -y git git236-core

0 commit comments

Comments
 (0)