Skip to content

Commit 6c286b8

Browse files
committed
fix: RHEL update packages
Signed-off-by: Fred Rolland <frolland@nvidia.com>
1 parent ba21f4e commit 6c286b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RHEL_Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ RUN if [[ "${D_OS}" == *"rhel9"* ]] ; then \
3333
fi
3434

3535
RUN set -x && \
36-
# Driver build / install script requirements
36+
# Perform distro update and install prerequirements
37+
dnf -y update && \
3738
dnf -y install perl \
3839
# Container functional requirements
3940
jq iproute kmod procps-ng udev

0 commit comments

Comments
 (0)