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 fcf2c96 commit bcea200Copy full SHA for bcea200
bin/spc-gnu-docker
@@ -74,7 +74,7 @@ RUN echo "source scl_source enable devtoolset-10" >> /etc/bashrc
74
RUN source /etc/bashrc
75
RUN yum install -y which
76
77
-RUN curl -fsSL -o patchelf.tgz https://github.com/NixOS/patchelf/releases/download/0.18.0/patchelf-0.18.0-x86_64.tar.gz && \
+RUN curl -fsSL -o patchelf.tgz https://github.com/NixOS/patchelf/releases/download/0.18.0/patchelf-0.18.0-$BASE_ARCH.tar.gz && \
78
mkdir -p /patchelf && \
79
tar -xzf patchelf.tgz -C /patchelf --strip-components=1 && \
80
cp /patchelf/bin/patchelf /usr/bin/
0 commit comments