Browse Source

Increase yarn network timeout for arm builds

pull/1134/head
Anders Sparrevohn 3 years ago
parent
commit
ed84b799b5
  1. 2
      Dockerfile

2
Dockerfile

@ -18,7 +18,7 @@ RUN apt update && apt install -y \
openssl \ openssl \
python3 \ python3 \
&& rm -rf /var/lib/apt/lists/* && 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 # See https://github.com/nrwl/nx/issues/6586 for further details
COPY ./decorate-angular-cli.js decorate-angular-cli.js COPY ./decorate-angular-cli.js decorate-angular-cli.js

Loading…
Cancel
Save