Skip to content

Commit 6c65de6

Browse files
Merge pull request #8312 from tvardema/MULTIARCH-4111-update-ci-image-to-include-qemu-utils
MULTIARCH-4111: Updating CI image to include qemu-kvm
2 parents f255868 + 9ee73bd commit 6c65de6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

images/libvirt/Dockerfile.ci

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ RUN yum update -y && \
2727
libvirt-libs \
2828
nss_wrapper \
2929
openssh-clients \
30-
virt-install && \
30+
virt-install \
31+
qemu-kvm && \
3132
yum clean all && rm -rf /var/cache/yum/*
3233

3334
COPY --from=yq3 /yq /bin/yq-go

0 commit comments

Comments
 (0)