Add some tools to the arch build image
This commit is contained in:
parent
e038c99e04
commit
c3ec58dbb5
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
RUN yay --noconfirm -S dotnet-sdk-8.0
|
||||
RUN yay --noconfirm -S yarn repo
|
Loading…
Add table
Add a link
Reference in a new issue