diff --git a/containers/agent-windows-jenkins/Dockerfile b/containers/agent-windows-jenkins/Dockerfile index 001a31b..7e8cf96 100644 --- a/containers/agent-windows-jenkins/Dockerfile +++ b/containers/agent-windows-jenkins/Dockerfile @@ -17,6 +17,9 @@ RUN powershell -NoProfile -InputFormat None -Command ` RUN pip install gsutil VOLUME C:\credentials +# configure gsutil +COPY .boto "C:\Users\ContainerAdministrator\.boto" + # install python dependencies for the scripts RUN pip install -r https://raw.githubusercontent.com/google/llvm-premerge-checks/master/scripts/requirements.txt