Fix stx-libvirt container build failure on missing qemu
stx-libvirt container fails to build when it can't install package 'qemu'. The package 'qemu' was recently upgraded to package qemu 7.3 from 5.2. Qemu 7.2 no longer produces a dummy 'qemu' deb package. Even in qemu 5.2 it was an empty deb package. The container build instructions for stx-libvirt need to be updated, removing the reference to package 'qemu'. Partial-bug: 2051878 Change-Id: I98e3c7bd656c3e631c4aaf053dc39815fa0b32fb Signed-off-by: Scott Little <scott.little@windriver.com> (cherry picked from commit 7d2229bd6c2d702da3ddebbc0a9d9ca3925e43ac)
This commit is contained in:
parent
f08c85737a
commit
4a980cd09a
@ -32,7 +32,6 @@ RUN apt-get -y update \
|
||||
libvirt-daemon-system-systemd \
|
||||
libvirt-login-shell \
|
||||
pm-utils \
|
||||
qemu \
|
||||
qemu-block-extra \
|
||||
qemu-system-common \
|
||||
qemu-system-data \
|
||||
|
Loading…
x
Reference in New Issue
Block a user