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