From b18a501a0ee898aeb2e34b92de61e682a1894547 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 3 Jan 2022 11:01:39 +0100 Subject: Try to fix docker build --- support/docker/production/Dockerfile.bullseye | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'support/docker/production') diff --git a/support/docker/production/Dockerfile.bullseye b/support/docker/production/Dockerfile.bullseye index ec0e30e47..6cb1a4e5f 100644 --- a/support/docker/production/Dockerfile.bullseye +++ b/support/docker/production/Dockerfile.bullseye @@ -21,10 +21,10 @@ WORKDIR /app USER peertube -RUN yarn install --pure-lockfile --network-timeout 1200000 \ +RUN yarn install --pure-lockfile --network-timeout 1200000 --network-concurrency 20 \ && npm run build -- $NPM_RUN_BUILD_OPTS \ && rm -r ./node_modules ./client/node_modules \ - && yarn install --pure-lockfile --production --network-timeout 1200000 \ + && yarn install --pure-lockfile --production --network-timeout 1200000 --network-concurrency 20 \ && yarn cache clean USER root -- cgit v1.2.3