1FROM emscripten/emsdk:2.0.10
2
3RUN apt update && apt install -y python
4
5RUN mkdir -p /OUT /SRC
6