From 8af7a9d8cf4a412ba0f37b236968aeaa8ec4c0be Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Fri, 17 Nov 2023 09:14:47 +0100 Subject: [PATCH] feat(renovate): add helm --- renovate/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate/Dockerfile b/renovate/Dockerfile index 3a1b100..50269b5 100644 --- a/renovate/Dockerfile +++ b/renovate/Dockerfile @@ -6,6 +6,6 @@ FROM docker.io/node:lts-alpine COPY --from=go-tools-builder /go/bin/ /usr/local/bin/ -RUN npm install -g renovate && \ +RUN npm install -g renovate re2 && \ echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \ - apk add -U --no-cache git go re2 \ No newline at end of file + apk add -U --no-cache git go re2 helm \ No newline at end of file