Update build.
Some checks failed
Java CI with Gradle / build (push) Has been cancelled

This commit is contained in:
Michael Lipp 2024-01-09 18:11:32 +01:00
parent f6b70684ca
commit 218825fb8c

View file

@ -1,8 +1,9 @@
FROM archlinux/archlinux
FROM archlinux/archlinux:latest
RUN systemd-firstboot
RUN pacman -Suy --noconfirm \
RUN pacman-key --init \
&& pacman -Sy --noconfirm archlinux-keyring && pacman -Su --noconfirm \
&& pacman -S --noconfirm which qemu-full virtiofsd \
edk2-ovmf swtpm iproute2 bridge-utils jre17-openjdk-headless \
&& pacman -Scc --noconfirm