Skip to content

Commit

Permalink
added gcloud beta to terraform-pod image
Browse files Browse the repository at this point in the history
  • Loading branch information
danisla committed Sep 15, 2018
1 parent d3a23c9 commit 46ace1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/terraform-pod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN apk add --update \
COPY * /

RUN curl -sfSL https://storage.googleapis.com/kubernetes-release/release/v1.11.0/bin/linux/amd64/kubectl > /usr/bin/kubectl && chmod +x /usr/bin/kubectl && \
gcloud components install beta -q && \
mkdir -p /opt/terraform && \
chmod +x /terraform-install.sh && \
/terraform-install.sh && \
Expand Down

0 comments on commit 46ace1d

Please sign in to comment.