mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
install libatomic-devel for devtoolset-10
This commit is contained in:
parent
c452252a7d
commit
ddb14e2db7
@ -86,7 +86,7 @@ RUN sed -i 's/^#.*baseurl=http/baseurl=http/g' /etc/yum.repos.d/*.repo && \
|
|||||||
sed -i 's/^mirrorlist=http/#mirrorlist=http/g' /etc/yum.repos.d/*.repo
|
sed -i 's/^mirrorlist=http/#mirrorlist=http/g' /etc/yum.repos.d/*.repo
|
||||||
|
|
||||||
RUN yum update -y && \
|
RUN yum update -y && \
|
||||||
yum install -y devtoolset-10-gcc-*
|
yum install -y devtoolset-10-gcc-* devtoolset-10-libatomic-devel
|
||||||
RUN echo "source scl_source enable devtoolset-10" >> /etc/bashrc
|
RUN echo "source scl_source enable devtoolset-10" >> /etc/bashrc
|
||||||
RUN source /etc/bashrc
|
RUN source /etc/bashrc
|
||||||
RUN yum install -y which
|
RUN yum install -y which
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user