godot-xterm/dockerfiles/ubuntu

7 lines
115 B
Text
Raw Normal View History

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