Merge pull request #188 from thewtex/emscripten-1.37.29

Emscripten 1.37.29
This commit is contained in:
Matt McCormick 2018-01-29 13:20:53 -05:00 committed by GitHub
commit dedadc6d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM trzeci/emscripten:sdk-tag-1.37.28-64bit
FROM trzeci/emscripten-slim:sdk-tag-1.37.29-64bit
MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
# Revert back to "/bin/sh" as default shell
@ -9,7 +9,7 @@ RUN rm /bin/sh && ln -s /bin/dash /bin/sh
#include "common.docker"
ENV EMSCRIPTEN_VERSION 1.37.28
ENV EMSCRIPTEN_VERSION 1.37.29
ENV PATH /emsdk_portable:/emsdk_portable/llvm/clang/bin/:/emsdk_portable/sdk/:${PATH}
ENV CC=/emsdk_portable/sdk/emcc \