Skip to content

Commit 69aee14

Browse files
committed
UPSTREAM: <carry>: Add OpenShift Dockerfile
To be squashed with previous commit with the same title.
1 parent 238d768 commit 69aee14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.openshift

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FROM registry.ci.openshift.org/ocp/4.15:base-rhel9
99
# Get all deps
1010
# nvme-cli and /usr/bin/xxd are deps of google_nvme_id
1111
RUN yum update -y && \
12-
yum install --setopt=tsflags=nodocs -y e2fsprogs xfsprogs util-linux systemd-udev nvme-cli /usr/bin/xxd && \
12+
yum install --setopt=tsflags=nodocs -y e2fsprogs xfsprogs util-linux nvme-cli /usr/lib/udev/scsi_id /usr/bin/xxd && \
1313
yum clean all && rm -rf /var/cache/yum/* && \
1414
mkdir -p /lib/udev_containerized && cp /usr/lib/udev/scsi_id /lib/udev_containerized/scsi_id # The driver assumes this path
1515

0 commit comments

Comments
 (0)