This commit is contained in:
Aaron Riedel 2024-09-24 21:08:22 +02:00
parent be4ebdd3cc
commit 830a507c52
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -1,4 +1,4 @@
FROM alpine:3.20.3
RUN apk add --no-cache git curl bash
RUN apk add --no-cache git curl bash jq
RUN curl -s https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh | bash
RUN mv /kustomize /bin/kustomize