added pip to windows image
This commit is contained in:
parent
51e55872b8
commit
a62a99f0d3
2 changed files with 56 additions and 53 deletions
|
@ -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} ;\
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue