From ed84b799b57149d0f30828602d44e03b913c245f Mon Sep 17 00:00:00 2001 From: Anders Sparrevohn Date: Tue, 9 Aug 2022 13:17:23 +0200 Subject: [PATCH] Increase yarn network timeout for arm builds --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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