From 134449b5eec5558e5214f07e3c42e40b8b46a60b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 28 Dec 2021 08:42:11 +0100 Subject: Increase docker ARM build timeout --- support/docker/production/Dockerfile.bullseye | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support/docker/production/Dockerfile.bullseye b/support/docker/production/Dockerfile.bullseye index 262fc427a..ec0e30e47 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 600000 \ +RUN yarn install --pure-lockfile --network-timeout 1200000 \ && npm run build -- $NPM_RUN_BUILD_OPTS \ && rm -r ./node_modules ./client/node_modules \ - && yarn install --pure-lockfile --production --network-timeout 600000 \ + && yarn install --pure-lockfile --production --network-timeout 1200000 \ && yarn cache clean USER root -- cgit v1.2.3