diff --git a/Dockerfile b/Dockerfile index 148c1d7b3..9a965ddf0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN apt update && apt install -y \ openssl \ python3 \ && rm -rf /var/lib/apt/lists/* -RUN yarn install +RUN yarn install --network-timeout 1000000 # See https://github.com/nrwl/nx/issues/6586 for further details COPY ./decorate-angular-cli.js decorate-angular-cli.js