1
0
Fork 0

added pip to windows image

This commit is contained in:
Christian Kühnel 2020-01-16 14:19:47 +00:00
parent 51e55872b8
commit a62a99f0d3
2 changed files with 56 additions and 53 deletions

View file

@ -30,7 +30,7 @@ RUN cd /scripts ;\
COPY start_agent.sh report_results.sh /scripts/
# for the phabtalk script
# install python dependencies for the scripts
RUN pip3 install -r https://raw.githubusercontent.com/google/llvm-premerge-checks/master/scripts/phabtalk/requirements.txt
RUN groupadd -g ${gid} ${group} ;\

View file

@ -17,6 +17,9 @@ RUN powershell -NoProfile -InputFormat None -Command `
RUN pip install gsutil
VOLUME C:\credentials
# install python dependencies for the scripts
RUN pip install -r https://raw.githubusercontent.com/google/llvm-premerge-checks/master/scripts/phabtalk/requirements.txt
# temporary directory, can be mounted on host if required
VOLUME C:\Temp