Remove setup-machine-id.
Some checks failed
Java CI with Gradle / build (push) Has been cancelled

Causes problems and is not needed.
This commit is contained in:
Michael Lipp 2023-09-11 17:50:21 +02:00
parent 431cb483da
commit 72beccc8cd

View file

@ -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 \