Skip to content

Commit 0654151

Browse files
authored
Update Dockerfile
1 parent ae0f3c1 commit 0654151

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kcl_images/docker/kcl-builder-centos7/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ RUN rustup target add wasm32-unknown-unknown
7777

7878
RUN yum -y install centos-release-scl
7979
RUN yum-config-manager --enable rhel-server-rhscl-7-rpms
80+
81+
RUN yum-config-manager --disable centos-sclo-rh
82+
8083
RUN yum -y install llvm-toolset-7.0
8184
RUN yum -y install llvm-toolset-7.0\*
8285
RUN scl enable llvm-toolset-7.0 bash

0 commit comments

Comments
 (0)