- Based on Docker image of latest Ubuntu
- Emscripten SDK folder -
/emsdk
- emsdk
- cmake
- ant
- openjdk-8-jdk
- build-essential
- python
- git-core
- curl
The Docker image tag is the same as Emscripten SDK version, e.g. ttt43ttt/emscripten:1.37.16
contains Emscripten 1.37.16
, ttt43ttt/emscripten:1.37
contains the latest patch version of Emscripten 1.37
.
docker build -t TAG_NAME .