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