centos 8 update

This commit is contained in:
Grant Limberg 2020-06-12 13:48:31 -07:00
parent 066cdfe2ac
commit 81b11168c9
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A

View file

@ -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