add jq
This commit is contained in:
parent
634dfaa160
commit
41b591a63d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue