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 3efabee commit bafa67cCopy full SHA for bafa67c
1 file changed
bin/spc-gnu-docker
@@ -72,7 +72,7 @@ RUN yum update -y && \
72
yum install -y devtoolset-10-gcc-*
73
RUN echo "source scl_source enable devtoolset-10" >> /etc/bashrc
74
RUN source /etc/bashrc
75
-RUN yum install -y which
+RUN yum install -y which patchelf
76
77
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 && \
78
mkdir /cmake && \
0 commit comments