1
0

add jq to image

This commit is contained in:
bunix42 2018-11-27 08:33:12 +00:00
parent c7ee59e51e
commit 299b1b0d39

View File

@ -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