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