mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 12:50:25 +01:00
4 lines
95 B
Text
4 lines
95 B
Text
|
FROM archlinux:20200908
|
||
|
RUN pacman -Sy --needed --noconfirm base-devel cmake scons
|
||
|
COPY . /src
|