godot-xterm/misc/docker/Dockerfile
Leroy Hopson bdda1458c0
Update files for javascript build and export
Adds some files to making building and export for HTML5 more convenient.
2021-06-15 14:02:40 +07:00

4 lines
219 B
Docker

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