Yuvipanda has uploaded a new change for review. https://gerrit.wikimedia.org/r/316832
Change subject: python2: Add packages to built MySQLdb-python ...................................................................... python2: Add packages to built MySQLdb-python Bug: T140112 Change-Id: I6d0d14b9e1ba108d4d7b1926899f9574f51b80bc --- M python2/base/Dockerfile.template 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/docker-images/toollabs-images refs/changes/32/316832/1 diff --git a/python2/base/Dockerfile.template b/python2/base/Dockerfile.template index 676053b..ad1ef54 100644 --- a/python2/base/Dockerfile.template +++ b/python2/base/Dockerfile.template @@ -13,3 +13,6 @@ # under https://phabricator.wikimedia.org/T140110 # libxml2 pip package - T140117 RUN apt-get install --yes libxml2-dev libxslt-dev zlib1g-dev +# MySQLdb-Python pip package - T140112 +# python2 only, python3 should use PyMySQL +RUN apt-get install --yes libmysqlclient-dev -- To view, visit https://gerrit.wikimedia.org/r/316832 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6d0d14b9e1ba108d4d7b1926899f9574f51b80bc Gerrit-PatchSet: 1 Gerrit-Project: operations/docker-images/toollabs-images Gerrit-Branch: master Gerrit-Owner: Yuvipanda <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
