We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba21f4e commit 6c286b8Copy full SHA for 6c286b8
RHEL_Dockerfile
@@ -33,7 +33,8 @@ RUN if [[ "${D_OS}" == *"rhel9"* ]] ; then \
33
fi
34
35
RUN set -x && \
36
-# Driver build / install script requirements
+# Perform distro update and install prerequirements
37
+ dnf -y update && \
38
dnf -y install perl \
39
# Container functional requirements
40
jq iproute kmod procps-ng udev
0 commit comments