godot-xterm/addons/godot_xterm/native/javascript.Dockerfile
2023-01-26 08:21:43 +13:00

4 lines
226 B
Docker

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