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 c06d2be commit ead8288Copy full SHA for ead8288
manywheel/Dockerfile_2_28
@@ -91,10 +91,10 @@ RUN yum install -y \
91
gcc-toolset-${DEVTOOLSET_VERSION}-toolchain \
92
glibc-langpack-en
93
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 "*"
+# ius-release package needs epel-release-7
+RUN yum install -y \
+ https://repo.ius.io/ius-release-el7.rpm \
+ https://ossci-linux.s3.amazonaws.com/epel-release-7-14.noarch.rpm
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