diff --git a/Dockerfile b/Dockerfile index 82391964d5..101be17060 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,9 @@ RUN apk add --no-cache libc6-compat git python3 py3-pip make g++ libusb-dev eude WORKDIR /app COPY . . +# Fix arm64 timeouts +RUN yarn config set network-timeout 300000 && yarn global add node-gyp + # install deps RUN yarn install --frozen-lockfile RUN yarn after-install