Build emscripten from source

This commit is contained in:
Matt McWilliams 2021-09-15 20:32:21 -04:00
parent 40cbd61e3b
commit 5b67386a5c
1 changed files with 11 additions and 1 deletions

View File

@ -3,6 +3,7 @@ FROM frolvlad/alpine-gxx
RUN apk update
RUN apk add --update \
git \
coreutils \
build-base \
boost-dev \
@ -14,5 +15,14 @@ RUN apk add --update \
sdl-dev \
autoconf \
automake \
emscripten \
make
RUN git clone https://github.com/emscripten-core/emsdk.git
RUN pwd
#RUN cd emsdk
#RUN ./emsdk install latest
#RUN ./emsdk activate latest