John Vandenberg has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/257673

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/73/257673/1

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: newchange
Gerrit-Change-Id: I4b1db6a881e3f9c8fd79a59cd21294db799b1a4f
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg <[email protected]>

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

Reply via email to