mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-22 09:40:25 +01:00
6689ad1c09
It makes the github actions workflow take longer and cross-compiled artifacts are not currently used (nor do they seem to work).
6 lines
111 B
Text
6 lines
111 B
Text
FROM archlinux:20200908
|
|
RUN pacman -Sy --needed --noconfirm \
|
|
git \
|
|
scons \
|
|
base-devel
|
|
COPY . /src
|