Skip to content

Commit

Permalink
improvement: updated PATH to include all gcloud bin-s
Browse files Browse the repository at this point in the history
  • Loading branch information
10ko authored and edvald committed Jul 16, 2019
1 parent 70c3e59 commit 413fd02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garden-service/gcloud.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ RUN apk add --no-cache python \
&& mkdir -p /gcloud \
&& curl https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz | tar xz -C /gcloud \
&& /gcloud/google-cloud-sdk/install.sh --quiet \
&& ln -s /gcloud/google-cloud-sdk/bin/gcloud /usr/local/bin/gcloud \
&& ln -s /gcloud/google-cloud-sdk/bin/* /usr/local/bin/ \
&& chmod +x /usr/local/bin/gcloud

0 comments on commit 413fd02

Please sign in to comment.