We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d33cbb7 commit f01c486Copy full SHA for f01c486
Dockerfile.ci
@@ -27,6 +27,7 @@ RUN yarn install --frozen-lockfile --network-timeout 100000 && \
27
28
FROM docker.io/library/node:18-alpine
29
COPY --from=builder /src/*.tgz ./
30
+RUN apk add --no-cache git
31
RUN npm config set fetch-retry-mintimeout 20000 && \
32
npm config set fetch-retry-maxtimeout 120000 && \
33
npm install --no-audit -g *.tgz && \
0 commit comments