mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-25 18:50:25 +01:00
8 lines
141 B
Text
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
|