Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
olilarkin committed Jan 25, 2023
1 parent db01e02 commit efe0269
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
FROM emscripten/emsdk:2.0.16
FROM emscripten/emsdk

RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends vim faust \
&& pip3 install semver

RUN echo "alias python=python3 \n alias lr='ls -lart' \n alias cd..='cd ..'" >> "$HOME/.bashrc"

#patch emcc.py
RUN sed -i.bak s,"if not js_manipulation.isidentifier(settings.EXPORT_NAME):","if false",g "/emsdk/upstream/emscripten/emcc.py"

0 comments on commit efe0269

Please sign in to comment.