diff --git a/ArchBuilder/Dockerfile b/ArchBuilder/Dockerfile index 116c104..aa38e9a 100644 --- a/ArchBuilder/Dockerfile +++ b/ArchBuilder/Dockerfile @@ -2,7 +2,7 @@ FROM git.zontreck.com/packages/arch:base RUN pacman --noconfirm -S base-devel gcc nasm git curl wget make cmake automake autoconf archiso squashfs-tools file -RUN pacman --noconfirm -S ninja jdk17-openjdk sudo +RUN pacman --noconfirm -S ninja jdk21-openjdk sudo RUN useradd -m yay RUN usermod -a yay -G wheel @@ -23,4 +23,5 @@ RUN python3 -m pip config set global.break-system-packages true RUN python3 -m pip install --upgrade pip RUN yay --noconfirm -S pkg-config lldb cargo gradle mercurial -RUN yay --noconfirm -S dotnet-sdk-8.0 \ No newline at end of file +RUN yay --noconfirm -S dotnet-sdk-8.0 +RUN yay --noconfirm -S yarn repo \ No newline at end of file