Add host network for building image (#514)

Without --network host It's impossible to build images
This commit is contained in:
Piotr Paczkowski (trzeci.eu)
2020-06-04 22:02:17 +02:00
committed by GitHub
parent 6b0d151917
commit ede26f1709
2 changed files with 2 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ This step will build Dockerfile as given tag on local machine
```bash
# using docker
docker build \
--network host \
--build-arg=EMSCRIPTEN_VERSION=1.38.43-upstream \
--tag emscripten/emsdk:1.38.43-upstream \
.