mirror of https://github.com/google/oss-fuzz.git
Update Jenkins Dockerfile
This commit is contained in:
parent
744ca96988
commit
f11c245ec1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue