Skip to content

Is it possible to predownload ports in emsdk docker? #16165

Answered by kleisauke
ericoporto asked this question in Q&A
Discussion options

You must be logged in to vote

I think you can extend the existing Docker image and run embuilder.py build USER to download (and build) all ports. For example:

FROM emscripten/emsdk:3.1.3

RUN embuilder.py build USER
$ docker build -t emscripten-ports . 

(note that this currently fails for zlib due to #16164)

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@kleisauke
Comment options

@ericoporto
Comment options

@ericoporto
Comment options

@ericoporto
Comment options

@kleisauke
Comment options

Answer selected by ericoporto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants