1
0
Fork 0

add jq to image

master
bunix42 6 years ago
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