[infra] slave image fixes

This commit is contained in:
Mike Aizatsky 2017-03-08 10:10:12 -08:00
parent 747002cd06
commit 8a7ddd3b52
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,9 @@ ENV DIND_COMMIT 3b5fac462d21ca164b3778647420016315289034
RUN apt-get update && apt-get upgrade -y
# Needed for our build environment.
RUN apt-get install -y zip
RUN apt-get install -y zip git curl
RUN curl https://sdk.cloud.google.com | bash
ENV PATH "$PATH:/root/google-cloud-sdk/bin"
##########
# Docker in the Docker. Follows official docker:dind image