godot-xterm/dockerfiles/archlinux

8 lines
123 B
Text
Raw Normal View History

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