mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-02-23 06:43:57 +01:00
5 lines
144 B
Text
5 lines
144 B
Text
|
FROM kroggen/ubuntu-16.04-gcc
|
||
|
RUN apt-get update -y
|
||
|
RUN apt-get install -y python3 python3-pip gcc-multilib g++-multilib
|
||
|
RUN pip3 install scons
|