mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Update Dockerfile
This commit is contained in:
parent
14141e3474
commit
f4d639767d
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user