Adds an arch builder environment

This commit is contained in:
zontreck 2024-10-05 19:52:25 -07:00
parent e051a81384
commit e99f725971
13 changed files with 128 additions and 16 deletions

View file

@ -1,11 +1,5 @@
FROM git.zontreck.com/ariascreations/buildenvironments:arch
RUN echo yes | pacman -S python3 python-pip
RUN python3 -m pip config set global.break-system-packages true
RUN python3 -m pip install --upgrade pip
RUN pip install llbase autobuild llsd
FROM git.zontreck.com/ariascreations/buildenvironments:archdev
ADD fmodstudioapi20223linux.tar.gz /fmod.tar.gz
RUN echo yes | pacman -S base-devel cmake git
RUN pip install llbase autobuild