Update Jenkins Dockerfile

This commit is contained in:
Oliver Chang 2017-03-10 20:50:40 -08:00
parent 744ca96988
commit f11c245ec1
1 changed files with 3 additions and 1 deletions

View File

@ -13,5 +13,7 @@ RUN /google-cloud-sdk/install.sh --usage-reporting=false --bash-completion=false
RUN /google-cloud-sdk/bin/gcloud -q components install alpha beta
RUN /google-cloud-sdk/bin/gcloud -q components update
RUN chown -R jenkins /google-cloud-sdk
RUN chown -R jenkins:jenkins /google-cloud-sdk
USER jenkins
ENV PATH=$PATH:/google-cloud-sdk/bin