From c3ec58dbb5b551683cb363b7b0ea3f71f4674117 Mon Sep 17 00:00:00 2001 From: zontreck Date: Wed, 11 Jun 2025 23:19:37 -0700 Subject: [PATCH] Add some tools to the arch build image --- ArchBuilder/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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