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 ae0f3c1 commit 0654151Copy full SHA for 0654151
kcl_images/docker/kcl-builder-centos7/Dockerfile
@@ -77,6 +77,9 @@ RUN rustup target add wasm32-unknown-unknown
77
78
RUN yum -y install centos-release-scl
79
RUN yum-config-manager --enable rhel-server-rhscl-7-rpms
80
+
81
+RUN yum-config-manager --disable centos-sclo-rh
82
83
RUN yum -y install llvm-toolset-7.0
84
RUN yum -y install llvm-toolset-7.0\*
85
RUN scl enable llvm-toolset-7.0 bash
0 commit comments