We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd56da commit f0af17aCopy full SHA for f0af17a
bin/spc-gnu-docker
@@ -86,7 +86,7 @@ RUN sed -i 's/^#.*baseurl=http/baseurl=http/g' /etc/yum.repos.d/*.repo && \
86
sed -i 's/^mirrorlist=http/#mirrorlist=http/g' /etc/yum.repos.d/*.repo
87
88
RUN yum update -y && \
89
- yum install -y devtoolset-10-gcc-*
+ yum install -y devtoolset-10-gcc-* devtoolset-10-libatomic-devel
90
RUN echo "source scl_source enable devtoolset-10" >> /etc/bashrc
91
RUN source /etc/bashrc
92
RUN yum install -y which
0 commit comments