feat(renovate): add helm
This commit is contained in:
parent
dc56891f9e
commit
8af7a9d8cf
1 changed files with 2 additions and 2 deletions
|
@ -6,6 +6,6 @@ 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 && \
|
RUN npm install -g renovate re2 && \
|
||||||
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
|
apk add -U --no-cache git go re2 helm
|
Loading…
Reference in a new issue