godot-xterm/dockerfiles/ubuntu
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
115 B
Text

FROM ubuntu:18.04
RUN apt-get update && apt-get install -y \
git \
scons \
build-essential
COPY . /src