From 9d0b52a2420ca7351c943ba142f8cccf6fcd9ad4 Mon Sep 17 00:00:00 2001 From: sct Date: Sat, 6 Mar 2021 15:17:04 +0000 Subject: [PATCH] ci: add network-timeout to yarn install --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 447734ac..9a5af8ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN \ 'linux/arm/v7') apk add --no-cache python make g++ ;; \ esac -RUN yarn --frozen-lockfile && \ +RUN yarn --frozen-lockfile --network-timeout 1000000 && \ yarn build # remove development dependencies