fix(renovate): skip re2
This commit is contained in:
parent
6010a3fd7c
commit
76e231c165
1 changed files with 2 additions and 2 deletions
|
@ -8,5 +8,5 @@ COPY --from=go-tools-builder /go/bin/ /usr/local/bin/
|
|||
|
||||
RUN --mount=type=cache,target=/var/cache/node \
|
||||
echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \
|
||||
apk add -U --no-cache git go re2 helm && \
|
||||
npm install --cache=/var/cache/node -g renovate re2
|
||||
apk add -U --no-cache git go helm && \
|
||||
npm install --cache=/var/cache/node -g renovate
|
Loading…
Reference in a new issue