Skip to content

Commit

Permalink
dockerfile: increase network timeout limit (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSulpiride authored Jul 17, 2024
1 parent 53e58ee commit 5981b72
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 @@ -15,7 +15,7 @@ RUN apt update && apt-get install -y g++ make python3 git && rm -rf /var/cache/a

COPY --from=build_src /usr/app .

RUN yarn install --non-interactive --frozen-lockfile --production --force
RUN yarn install --non-interactive --frozen-lockfile --production --force --network-timeout 1000000

RUN cd node_modules/bcrypto && yarn install

Expand Down

0 comments on commit 5981b72

Please sign in to comment.