Skip to content

Commit

Permalink
build: Bump up network timeout during yarn install (argoproj#8601)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Tang <[email protected]>
  • Loading branch information
terrytangyuan authored Feb 24, 2022
1 parent 9631667 commit bfe5ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ FROM docker.io/library/node:12.18.4 as argocd-ui
WORKDIR /src
ADD ["ui/package.json", "ui/yarn.lock", "./"]

RUN yarn install --network-timeout 100000
RUN yarn install --network-timeout 200000

ADD ["ui/", "."]

Expand Down

0 comments on commit bfe5ef4

Please sign in to comment.