File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ WORKDIR /src
1515
1616COPY . /src
1717RUN dos2unix /src/scripts/docker-link-repos.sh && sh /src/scripts/docker-link-repos.sh
18- RUN yarn install
18+ RUN yarn --network-timeout=100000 install
1919RUN yarn build
2020
2121# Copy the config now so that we don't create another layer in the app image
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ git clone $JS_SDK_REPO js-sdk
1313cd js-sdk
1414git checkout $JS_SDK_BRANCH
1515yarn link
16- yarn install
16+ yarn --network-timeout=100000 install
1717cd ../
1818
1919echo " Linking react-sdk"
@@ -22,7 +22,7 @@ cd react-sdk
2222git checkout $REACT_SDK_BRANCH
2323yarn link
2424yarn link matrix-js-sdk
25- yarn install
25+ yarn --network-timeout=100000 install
2626cd ../
2727
2828echo " Setting up riot-web with react-sdk and js-sdk packages"
You can’t perform that action at this time.
0 commit comments