Skip to content

Commit

Permalink
add jq to image
Browse files Browse the repository at this point in the history
  • Loading branch information
maorfr committed Jan 6, 2019
1 parent 665584c commit 4740f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.8
ARG HELM_VERSION=v2.11.0
ARG HELM_OS_ARCH=linux-amd64
RUN apk --no-cache add ca-certificates git bash curl \
RUN apk --no-cache add ca-certificates git bash curl jq \
&& wget -q https://storage.googleapis.com/kubernetes-helm/helm-${HELM_VERSION}-${HELM_OS_ARCH}.tar.gz \
&& tar -zxvf helm-${HELM_VERSION}-${HELM_OS_ARCH}.tar.gz ${HELM_OS_ARCH}/helm \
&& mv ${HELM_OS_ARCH}/helm /usr/local/bin/helm \
Expand Down

0 comments on commit 4740f97

Please sign in to comment.