]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/docker/production/Dockerfile.bullseye
Try to fix docker build
[github/Chocobozzz/PeerTube.git] / support / docker / production / Dockerfile.bullseye
index ec0e30e4770346061230e38f51f57d49d853cf7e..6cb1a4e5f11b75136eb7b6bfd02e11dcfc9f162e 100644 (file)
@@ -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