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.
2 parents ed7b2df + 11fc481 commit a336f0bCopy full SHA for a336f0b
Dockerfile.rhel7
@@ -7,7 +7,7 @@ RUN go build -o machine-controller-manager ./cmd/manager
7
8
FROM registry.ci.openshift.org/ocp/4.16:base
9
RUN INSTALL_PKGS=" \
10
- libvirt-libs openssh-clients genisoimage \
+ libvirt-libs openssh-clients xorriso \
11
" && \
12
yum install -y $INSTALL_PKGS && \
13
rpm -V $INSTALL_PKGS && \
0 commit comments