mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-14 14:30:24 +01:00
5 lines
111 B
Text
5 lines
111 B
Text
|
FROM ubuntu:18.04
|
||
|
RUN apt-get update -y
|
||
|
RUN apt-get install -y build-essential cmake python3 scons
|
||
|
COPY . /src
|