diff --git a/Dockerfile.ci b/Dockerfile.ci index 3e20d82d7a..b785d922de 100644 --- a/Dockerfile.ci +++ b/Dockerfile.ci @@ -27,6 +27,7 @@ RUN yarn install --frozen-lockfile --network-timeout 100000 && \ FROM docker.io/library/node:18-alpine COPY --from=builder /src/*.tgz ./ +RUN apk add --no-cache git RUN npm config set fetch-retry-mintimeout 20000 && \ npm config set fetch-retry-maxtimeout 120000 && \ npm install --no-audit -g *.tgz && \