jenkins-bot has submitted this change and it was merged.
Change subject: Install dev-requirements.txt into Docker image ......................................................................
Install dev-requirements.txt into Docker image
Bug: T120860 Change-Id: I4b1db6a881e3f9c8fd79a59cd21294db799b1a4f --- M Dockerfile 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/Dockerfile b/Dockerfile index ecb4459..8eb855f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ RUN pip3 install -U pip
RUN pip3 install -r /srv/pwb/requirements.txt +RUN pip3 install -r /srv/pwb/dev-requirements.txt RUN pip3 install /srv/pwb/
CMD /bin/bash
pywikibot-commits@lists.wikimedia.org