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

-- 
To view, visit https://gerrit.wikimedia.org/r/257673
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I4b1db6a881e3f9c8fd79a59cd21294db799b1a4f
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg <[email protected]>
Gerrit-Reviewer: Ladsgroup <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to