From 524a707348eb41a8ea34c81ec0eb15f8c9da6699 Mon Sep 17 00:00:00 2001 From: Effy Elden Date: Tue, 20 Dec 2022 01:15:21 +1100 Subject: [PATCH] Reintroduce yarn change to gauge performance impact --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 85ef47b1d..1352f7489 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ RUN apt-get update && \ bundle config set --local without 'development test' && \ bundle config set silence_root_warning true && \ bundle install -j"$(nproc)" && \ - yarn install --pure-lockfile + yarn install --pure-lockfile --network-timeout 600000 FROM node:${NODE_VERSION}