godot-xterm/dockerfiles/ubuntu
Leroy Hopson 7b42b97610 Update build script
Former-commit-id: fd39635fc5
2020-10-13 16:12:16 +07:00

8 lines
141 B
Text

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