Dockerfile (278B)
1 FROM emscripten/emsdk:2.0.16 2 3 RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ 4 && apt-get -y install --no-install-recommends vim faust \ 5 && pip3 install semver 6 7 RUN echo "alias python=python3 \n alias lr='ls -lart' \n alias cd..='cd ..'" >> "$HOME/.bashrc"