We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c829f01 commit cfce2e8Copy full SHA for cfce2e8
.ci/dockerfiles/Dockerfile.rhel8.6
@@ -4,8 +4,9 @@ ARG _GID=101
4
ARG _LOGIN=swx-jenkins
5
ARG _HOME=/var/home/$_LOGIN
6
7
-RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm \
8
- && yum install -y cppcheck \
+RUN yum install -y yum-utils \
+ && yum-config-manager --add-repo https://archives.fedoraproject.org/pub/archive/epel/7/x86_64/ \
9
+ && yum --nogpgcheck install -y cppcheck \
10
&& yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \
11
&& yum install -y csbuild clang-tools-extra sudo curl autoconf automake make libtool \
12
libnl3-devel libnl3 rdma-core-devel rdma-core bc \
0 commit comments