godot-xterm/dockerfiles/archlinux

7 lines
111 B
Text
Raw Normal View History

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