Skip to content

Commit

Permalink
Merge pull request #35 from NYTimes/set-env-var
Browse files Browse the repository at this point in the history
Set missing env var
  • Loading branch information
tonglil authored Jun 28, 2017
2 parents 7cf991d + f9e088d commit 2ea7663
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ RUN ./google-cloud-sdk/install.sh --quiet
# Install kubectl
RUN ./google-cloud-sdk/bin/gcloud components install kubectl

ENV CLOUDSDK_CONTAINER_USE_APPLICATION_DEFAULT_CREDENTIALS=true

# Clean up
RUN rm -rf ./google-cloud-sdk/.install

Expand Down

0 comments on commit 2ea7663

Please sign in to comment.