We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b8d8d commit c06d2beCopy full SHA for c06d2be
manywheel/Dockerfile_2_28
@@ -91,10 +91,10 @@ RUN yum install -y \
91
gcc-toolset-${DEVTOOLSET_VERSION}-toolchain \
92
glibc-langpack-en
93
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
+RUN dnf -y module reset git && \
+ dnf -y module enable git:2.39 && \
+ dnf -y install git && dnf clean all
+RUN git config --global --add safe.directory "*"
98
#Stopped working as of 8/1 (due to CentOS EOL?)
99
# https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
100
RUN yum swap -y git git236-core
0 commit comments