changed path to requirements.txt
This commit is contained in:
parent
0272b27c28
commit
64e18e7f85
4 changed files with 3 additions and 8 deletions
|
@ -29,7 +29,7 @@ COPY start_agent.sh /scripts/
|
||||||
|
|
||||||
# install python dependencies for the scripts
|
# install python dependencies for the scripts
|
||||||
# ADD will checks that contentent of a file has changed.
|
# ADD will checks that contentent of a file has changed.
|
||||||
ADD "https://raw.githubusercontent.com/google/llvm-premerge-checks/master/scripts/phabtalk/requirements.txt" requirements.txt
|
ADD "https://raw.githubusercontent.com/google/llvm-premerge-checks/master/scripts/requirements.txt" requirements.txt
|
||||||
RUN pip3 install -r requirements.txt
|
RUN pip3 install -r requirements.txt
|
||||||
|
|
||||||
RUN groupadd -g ${gid} ${group} ;\
|
RUN groupadd -g ${gid} ${group} ;\
|
||||||
|
|
|
@ -33,7 +33,7 @@ COPY start_agent.sh report_results.sh /scripts/
|
||||||
|
|
||||||
# install python dependencies for the scripts
|
# install python dependencies for the scripts
|
||||||
# ADD will checks that contentent of a file has changed.
|
# ADD will checks that contentent of a file has changed.
|
||||||
ADD "https://raw.githubusercontent.com/google/llvm-premerge-checks/master/scripts/phabtalk/requirements.txt" requirements.txt
|
ADD "https://raw.githubusercontent.com/google/llvm-premerge-checks/master/scripts/requirements.txt" requirements.txt
|
||||||
RUN pip3 install -r requirements.txt
|
RUN pip3 install -r requirements.txt
|
||||||
|
|
||||||
RUN groupadd -g ${gid} ${group} ;\
|
RUN groupadd -g ${gid} ${group} ;\
|
||||||
|
|
|
@ -18,7 +18,7 @@ RUN pip install gsutil
|
||||||
VOLUME C:\credentials
|
VOLUME C:\credentials
|
||||||
|
|
||||||
# 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/phabtalk/requirements.txt
|
RUN pip install -r https://raw.githubusercontent.com/google/llvm-premerge-checks/master/scripts/requirements.txt
|
||||||
|
|
||||||
# temporary directory, can be mounted on host if required
|
# temporary directory, can be mounted on host if required
|
||||||
VOLUME C:\Temp
|
VOLUME C:\Temp
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
phabricator==0.7.0
|
|
||||||
lxml==4.4.1
|
|
||||||
gitpython==3.0.5
|
|
||||||
retrying==1.3.3
|
|
||||||
pathspec==0.7.0
|
|
Loading…
Reference in a new issue