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 48b25d8 commit 7baca91Copy full SHA for 7baca91
kcl_images/docker/kcl-builder-centos7/Dockerfile
@@ -8,6 +8,11 @@ FROM centos:centos7
8
# https://access.redhat.com/articles/2050743
9
RUN touch /etc/sysconfig/64bit_strstr_via_64bit_strstr_sse2_unaligned
10
11
+RUN mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak \
12
+ && curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo \
13
+ && yum clean all \
14
+ && yum makecache
15
+
16
# ---------------------------------------------------------------------------------
17
# Please note: The following steps are to install the dependency packages
18
# needed to compile CPython for centos7, see the
0 commit comments