godot-xterm/misc/docker/Dockerfile
Leroy Hopson 4d74041d1d
Update target Godot and Emscripten versions
Godot: 3.3.2-stable -> 3.4.2-stable
Emscripten: 2.0.10 -> 3.1.5
2022-02-24 10:59:02 +07:00

4 lines
218 B
Docker

# 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