1
0
Fork 0
mirror of https://github.com/lihop/godot-xterm.git synced 2025-03-01 09:03:58 +01:00
godot-xterm/misc/docker/Dockerfile

5 lines
218 B
Text
Raw Normal View History

# For convenient building of the library and gdnative export templates targeted at the javacript platform.
FROM emscripten/emsdk:3.1.5
RUN apt-get update && apt-get install pkg-config python3 -y
RUN pip3 install scons