From 9af84091b5bc082bcaaaf220f2025300da3525cc Mon Sep 17 00:00:00 2001 From: "Michael N. Lipp" Date: Tue, 22 Aug 2023 18:38:55 +0200 Subject: [PATCH] fix erroneous usage of qemu-base. --- .../src/org/jdrupes/vmoperator/runner/qemu/Containerfile.arch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.jdrupes.vmoperator.runner.qemu/src/org/jdrupes/vmoperator/runner/qemu/Containerfile.arch b/org.jdrupes.vmoperator.runner.qemu/src/org/jdrupes/vmoperator/runner/qemu/Containerfile.arch index b81cace..01fb4bb 100644 --- a/org.jdrupes.vmoperator.runner.qemu/src/org/jdrupes/vmoperator/runner/qemu/Containerfile.arch +++ b/org.jdrupes.vmoperator.runner.qemu/src/org/jdrupes/vmoperator/runner/qemu/Containerfile.arch @@ -3,7 +3,7 @@ FROM archlinux/archlinux RUN systemd-firstboot --setup-machine-id RUN pacman -Suy --noconfirm \ - && pacman -S --noconfirm which qemu-base virtiofsd \ + && pacman -S --noconfirm which qemu-full virtiofsd \ edk2-ovmf swtpm iproute2 bridge-utils jre17-openjdk-headless \ && pacman -Scc --noconfirm