Skip to content

Commit

Permalink
Merge pull request #5 from AnchorFree/INFRA-7005-add-jq
Browse files Browse the repository at this point in the history
add jq
  • Loading branch information
dmitriy-lukyanchikov authored Aug 13, 2018
2 parents 9eb6509 + b783487 commit 9aea1ca
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
Expand Up @@ -6,7 +6,7 @@ RUN apk --no-cache add ca-certificates git \
&& wget https://github.com/sgerrand/alpine-pkg-git-crypt/releases/download/0.6.0-r0/git-crypt-0.6.0-r0.apk \
&& apk add git-crypt-0.6.0-r0.apk \
&& rm git-crypt-0.6.0-r0.apk \
&& apk add --update make openssh
&& apk add --update make openssh jq

RUN curl -sLo /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl \
&& chmod +x /usr/local/bin/kubectl
Expand Down

0 comments on commit 9aea1ca

Please sign in to comment.