Simplify docker image in several ways (#523)

- `--embeddded` mode is the now the default
- embedded cache and ports is also the default
- emsdk now fully polulates the cache by default so no need to do that.
- always "activate" the SDK avoiding that need things to work without
  that.
- avoid making extra symlinks.
- remove python2
This commit is contained in:
Sam Clegg
2020-06-22 17:19:12 -07:00
committed by GitHub
parent 7241082595
commit d50b1d86f6
3 changed files with 34 additions and 143 deletions

View File

@@ -8,8 +8,6 @@ node --version
npm --version
python3 --version
pip3 --version
python --version
pip --version
em++ --version
emcc --version
java -version