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 01fb4bb..379537b 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 @@ -1,6 +1,6 @@ FROM archlinux/archlinux -RUN systemd-firstboot --setup-machine-id +RUN systemd-firstboot RUN pacman -Suy --noconfirm \ && pacman -S --noconfirm which qemu-full virtiofsd \