Explorar o código

centos 8 update

Grant Limberg %!s(int64=5) %!d(string=hai) anos
pai
achega
81b11168c9
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      dockerbuild/Dockerfile.centos8

+ 1 - 2
dockerbuild/Dockerfile.centos8

@@ -16,8 +16,7 @@ RUN useradd jenkins-build
 
 RUN echo $'\n\
   export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin\n\
-  source scl_source enable devtoolset-8 llvm-toolset-7\n'\
-  >> ~/.bash_profile
+  ' >> /etc/profile
 
 RUN mkdir /rpmbuild && chmod 777 /rpmbuild