add jq to image
This commit is contained in:
parent
c7ee59e51e
commit
299b1b0d39
@ -1,7 +1,7 @@
|
||||
ARG BASE_IMAGE=google/cloud-sdk:latest
|
||||
FROM $BASE_IMAGE
|
||||
|
||||
RUN apk add -U --no-cache openssl
|
||||
RUN apk add -U --no-cache openssl jq
|
||||
|
||||
# download and install kubectl
|
||||
ARG KUBECTL_VERSION
|
||||
|
Reference in New Issue
Block a user