Add some tools to the arch build image

This commit is contained in:
zontreck 2025-06-11 23:19:37 -07:00
parent e038c99e04
commit c3ec58dbb5

View file

@ -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 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 useradd -m yay
RUN usermod -a yay -G wheel 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 python3 -m pip install --upgrade pip
RUN yay --noconfirm -S pkg-config lldb cargo gradle mercurial RUN yay --noconfirm -S pkg-config lldb cargo gradle mercurial
RUN yay --noconfirm -S dotnet-sdk-8.0 RUN yay --noconfirm -S dotnet-sdk-8.0
RUN yay --noconfirm -S yarn repo