Skip to content

Commit f0af17a

Browse files
committed
install libatomic-devel for devtoolset-10
1 parent fbd56da commit f0af17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/spc-gnu-docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ RUN sed -i 's/^#.*baseurl=http/baseurl=http/g' /etc/yum.repos.d/*.repo && \
8686
sed -i 's/^mirrorlist=http/#mirrorlist=http/g' /etc/yum.repos.d/*.repo
8787
8888
RUN yum update -y && \
89-
yum install -y devtoolset-10-gcc-*
89+
yum install -y devtoolset-10-gcc-* devtoolset-10-libatomic-devel
9090
RUN echo "source scl_source enable devtoolset-10" >> /etc/bashrc
9191
RUN source /etc/bashrc
9292
RUN yum install -y which

0 commit comments

Comments
 (0)