godot-xterm/addons/godot_xterm/native/javascript.Dockerfile
Leroy Hopson 1d2898f6ab
chore(spelling): add codespell pre-commit hook
Fixes spelling mistakes identified by it.
2024-03-30 01:27:28 +13:00

4 lines
227 B
Docker

# For convenient building of the library and gdnative export templates targeted at the javascript 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