mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-06 12:55:30 +02:00
parent
54cb343b3c
commit
7b42b97610
10 changed files with 71 additions and 44 deletions
|
@ -1,3 +1,7 @@
|
|||
FROM archlinux:20200908
|
||||
RUN pacman -Sy --needed --noconfirm base-devel cmake scons
|
||||
RUN pacman -Sy --needed --noconfirm \
|
||||
base-devel \
|
||||
cmake \
|
||||
git \
|
||||
scons
|
||||
COPY . /src
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue