mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-15 06:40:24 +01:00
4ba9859a18
Fixes spelling mistakes identified by it.
4 lines
220 B
Docker
4 lines
220 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
|