Adds an arch builder environment
This commit is contained in:
parent
e051a81384
commit
e99f725971
13 changed files with 128 additions and 16 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue