Update Dockerfile

This commit is contained in:
quicksilver 2019-12-13 22:00:19 +08:00 committed by GitHub
parent 14141e3474
commit f4d639767d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ RUN yum install -y epel-release centos-release-scl-rh && yum install -y wget cur
rm -rf /var/cache/yum/*
RUN echo "source scl_source enable devtoolset-7" >> /etc/profile.d/devtoolset-7.sh
RUN echo "source scl_source enable llvm-toolset-7" >> /etc/profile.d/llvm-toolset-7.sh
RUN echo "source scl_source enable llvm-toolset-7.0" >> /etc/profile.d/llvm-toolset-7.sh
ENV CLANG_TOOLS_PATH="/opt/rh/llvm-toolset-7.0/root/usr/bin"