diff options
author | Chocobozzz <me@florianbigard.com> | 2021-12-28 08:42:11 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-12-28 08:42:11 +0100 |
commit | 134449b5eec5558e5214f07e3c42e40b8b46a60b (patch) | |
tree | 703fd90b59599723d4b46a7fe6381c05cf18631f | |
parent | fafc7c3cbd476d0d271e125a4f8a705eca9d283c (diff) | |
download | PeerTube-134449b5eec5558e5214f07e3c42e40b8b46a60b.tar.gz PeerTube-134449b5eec5558e5214f07e3c42e40b8b46a60b.tar.zst PeerTube-134449b5eec5558e5214f07e3c42e40b8b46a60b.zip |
Increase docker ARM build timeout
-rw-r--r-- | support/docker/production/Dockerfile.bullseye | 4 |
1 files 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 | |||
21 | 21 | ||
22 | USER peertube | 22 | USER peertube |
23 | 23 | ||
24 | RUN yarn install --pure-lockfile --network-timeout 600000 \ | 24 | RUN yarn install --pure-lockfile --network-timeout 1200000 \ |
25 | && npm run build -- $NPM_RUN_BUILD_OPTS \ | 25 | && npm run build -- $NPM_RUN_BUILD_OPTS \ |
26 | && rm -r ./node_modules ./client/node_modules \ | 26 | && rm -r ./node_modules ./client/node_modules \ |
27 | && yarn install --pure-lockfile --production --network-timeout 600000 \ | 27 | && yarn install --pure-lockfile --production --network-timeout 1200000 \ |
28 | && yarn cache clean | 28 | && yarn cache clean |
29 | 29 | ||
30 | USER root | 30 | USER root |