diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..95dee9e --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +FROM continuumio/miniconda3 +RUN conda install -y lfortran -c conda-forge +RUN git clone https://github.com/emscripten-core/emsdk.git && \ + cd emsdk && \ + ./emsdk install latest && \ + ./emsdk activate latest && \ + echo "EMSDK_QUIET=1 source $PWD/emsdk_env.sh" >> ~/.bashrc