godot-xterm/dockerfiles/archlinux
Leroy Hopson 6689ad1c09 Remove cross-compilation dependencies
It makes the github actions workflow take longer and cross-compiled
artifacts are not currently used (nor do they seem to work).
2020-11-21 19:44:43 +07:00

6 lines
111 B
Text

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