diff --git a/Dockerfile b/Dockerfile index 447734ac7..9a5af8ca7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN \ 'linux/arm/v7') apk add --no-cache python make g++ ;; \ esac -RUN yarn --frozen-lockfile && \ +RUN yarn --frozen-lockfile --network-timeout 1000000 && \ yarn build # remove development dependencies