FROM emscripten/emsdk:3.1.3

RUN apt update && apt install -y python

RUN mkdir -p /OUT /SRC
