Skip to content

Commit

Permalink
Merge pull request #917 from ChainSafe/mpetrunic/fix-docker
Browse files Browse the repository at this point in the history
increase network timeout in docker build
  • Loading branch information
wemeetagain committed May 15, 2020
2 parents 40e67a1 + 1f9e1af commit eb468c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -7,7 +7,7 @@ WORKDIR /usr/app
# Install node dependencies - done in a separate step so Docker can cache it.
COPY . .

RUN yarn install --force --non-interactive --ignore-optional --frozen-lockfile && yarn cache clean
RUN yarn install --force --network-timeout 1000000 --non-interactive --ignore-optional --frozen-lockfile && yarn cache clean

WORKDIR /usr/app/packages/lodestar-cli/bin

Expand Down

0 comments on commit eb468c7

Please sign in to comment.