changed way of authenticating gsutil
This commit is contained in:
parent
39319ab89d
commit
66a653578b
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ RUN powershell -NoProfile -InputFormat None -Command `
|
||||||
RUN pip install gsutil
|
RUN pip install gsutil
|
||||||
VOLUME C:\credentials
|
VOLUME C:\credentials
|
||||||
|
|
||||||
|
# configure gsutil
|
||||||
|
COPY .boto "C:\Users\ContainerAdministrator\.boto"
|
||||||
|
|
||||||
# install python dependencies for the scripts
|
# install python dependencies for the scripts
|
||||||
RUN pip install -r https://raw.githubusercontent.com/google/llvm-premerge-checks/master/scripts/requirements.txt
|
RUN pip install -r https://raw.githubusercontent.com/google/llvm-premerge-checks/master/scripts/requirements.txt
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue