You can create the docker image you need to develop in the Alpine Linux
The easiest way to do this is to get from Docker registry
$ docker pull kazu69/emscripten
Also possible to use or from github to get
$ git clone https://github.com/kazu69/docker-emscripten.git
$ cd docker-emscripten
$ docker build -t kazu69/docker-emscripten .
example
$ docker run -v $(pwd)/example:/tmp -it kazu69/docker-emscripten /bin/bash
bash-4.3# cd /tmp && ./build hello.c hello.html
# build
bash-4.3# ls example
build hello.c hello.html hello.html.mem hello.js
Content type
Image
Digest
Size
457.3 MB
Last updated
almost 9 years ago
docker pull kazu69/emscripten