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