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 9e1d79d commit 8487752Copy full SHA for 8487752
.ci/dockerfiles/Dockerfile.ol9.4
@@ -6,10 +6,15 @@ ARG _UID=6213
6
ARG _GID=101
7
ARG _LOGIN=swx-jenkins
8
ARG _HOME=/var/home/$_LOGIN
9
+ARG WEBREPO_URL=webrepo.gtm.nvidia.com
10
+
11
+RUN sed -i 's|\$WEBREPO_URL|'"${WEBREPO_URL}"'|g' /etc/yum.repos.d/*.repo && \
12
+ yum clean all && \
13
+ yum makecache
14
15
RUN yum install yum-utils \
16
&& yum-config-manager --add-repo https://dl.fedoraproject.org/pub/epel/9/Everything/aarch64/ \
- && yum install -y --nogpgcheck \
17
+ && yum install -y --nogpgcheck --skip-broken \
18
autoconf automake make libtool git gcc-c++ libtool json-c-devel \
19
clang rdma-core-devel openssl-devel glib2-devel libnl3-devel \
20
python3-pip sudo rpm-build gtest-devel meson ninja-build \
0 commit comments