mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
add patchelf to gnu docker
This commit is contained in:
parent
3efabee153
commit
bafa67c8de
@ -72,7 +72,7 @@ RUN yum update -y && \
|
|||||||
yum install -y devtoolset-10-gcc-*
|
yum install -y devtoolset-10-gcc-*
|
||||||
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 patchelf
|
||||||
|
|
||||||
RUN curl -o cmake.tgz -fsSL https://github.com/Kitware/CMake/releases/download/v3.31.4/cmake-3.31.4-linux-$BASE_ARCH.tar.gz && \
|
RUN curl -o cmake.tgz -fsSL https://github.com/Kitware/CMake/releases/download/v3.31.4/cmake-3.31.4-linux-$BASE_ARCH.tar.gz && \
|
||||||
mkdir /cmake && \
|
mkdir /cmake && \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user