godot-xterm/dockerfiles/archlinux
2020-10-13 15:20:40 +07:00

7 lines
123 B
Text

FROM archlinux:20200908
RUN pacman -Sy --needed --noconfirm \
base-devel \
cmake \
git \
scons
COPY . /src