Skip to content

Commit bafa67c

Browse files
committed
add patchelf to gnu docker
1 parent 3efabee commit bafa67c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/spc-gnu-docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ RUN yum update -y && \
7272
yum install -y devtoolset-10-gcc-*
7373
RUN echo "source scl_source enable devtoolset-10" >> /etc/bashrc
7474
RUN source /etc/bashrc
75-
RUN yum install -y which
75+
RUN yum install -y which patchelf
7676
7777
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 && \
7878
mkdir /cmake && \

0 commit comments

Comments
 (0)