Skip to content

Commit

Permalink
Merge pull request #1 from jobtome-labs/master
Browse files Browse the repository at this point in the history
add yq script
  • Loading branch information
gadiener committed May 25, 2020
2 parents 9526925 + 5536138 commit 1e7003c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN apk update && \
coreutils \
jq \
gettext
RUN wget -q -O /usr/bin/yq $(wget -q -O - https://api.github.com/repos/mikefarah/yq/releases/latest | jq -r '.assets[] | select(.name == "yq_linux_amd64") | .browser_download_url') && chmod +x /usr/bin/yq

RUN gcloud components install kubectl

Expand Down

0 comments on commit 1e7003c

Please sign in to comment.