Skip to content

Commit

Permalink
[NO-ISSUE] yarn needs a bigger timeout window
Browse files Browse the repository at this point in the history
Otherwise packages won't get pulled properly when attempting a release.
  • Loading branch information
lavocatt authored and Msarawan committed Sep 13, 2024
1 parent 226669c commit 4622eeb
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 @@ -20,7 +20,7 @@ RUN mkdir -p /usr/src/
RUN cp -r $REMOTE_SOURCES_DIR/activemq-artemis-self-provisioning-plugin/app /usr/src/
WORKDIR /usr/src/app

RUN yarn install && yarn build
RUN yarn install --network-timeout 1000000 && yarn build

FROM registry.access.redhat.com/ubi8/nginx-120:latest

Expand Down

0 comments on commit 4622eeb

Please sign in to comment.