mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-01-31 13:14:25 +01:00
7 lines
123 B
Text
7 lines
123 B
Text
FROM archlinux:20200908
|
|
RUN pacman -Sy --needed --noconfirm \
|
|
base-devel \
|
|
cmake \
|
|
git \
|
|
scons
|
|
COPY . /src
|