]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: replace qemu-system-x86 by qemu-kvm in Debian Docker image
authorBenjamin Drung <benjamin.drung@canonical.com>
Sat, 19 Aug 2023 12:39:17 +0000 (14:39 +0200)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Sun, 31 Mar 2024 12:42:59 +0000 (08:42 -0400)
To make the list of required packages more architecture independent,
replace `qemu-system-x86` by `qemu-kvm` in the Debian Docker image.

Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>
test/container/Dockerfile-Debian

index d9b95c95e91c12cb5dd33c70e46a26697c835883..af273247263d5d7f9a560def7fca7643be9a6fb3 100644 (file)
@@ -49,7 +49,7 @@ RUN apt-get update -y -qq && apt-get upgrade -y -qq && apt-get install -y -qq --
     pigz \
     pkg-config \
     procps \
-    qemu-system-x86 \
+    qemu-kvm \
     shellcheck \
     squashfs-tools \
     strace \