JustBerry has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/337770 )

Change subject: Adding ICU libicu52 and python wrapper PyICU package for k8s to 
Dockerfile. Installs ICU (International Components for Unicode) library 
libicu52 (dependency) and PyICU (python wrapper). See 
https://packages.debian.org/jessie/python-pyicu for package infor
......................................................................

Adding ICU libicu52 and python wrapper PyICU package for k8s to Dockerfile. 
Installs ICU (International Components for Unicode) library libicu52 
(dependency) and PyICU (python wrapper). See
https://packages.debian.org/jessie/python-pyicu for package
information. For Phabricator discussion, please see
https://phabricator.wikimedia.org/T157744 (T157744).

Change-Id: Ic728eefd068bd4a5375cae5006894cdf7900fda6
---
M python/base/Dockerfile.template
M python2/base/Dockerfile.template
2 files changed, 4 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/operations/docker-images/toollabs-images 
refs/changes/70/337770/1

diff --git a/python/base/Dockerfile.template b/python/base/Dockerfile.template
index 9113f28..e1991d8 100644
--- a/python/base/Dockerfile.template
+++ b/python/base/Dockerfile.template
@@ -18,3 +18,5 @@
 RUN apt-get install --yes libenchant-dev
 # We need icu for most internationalization things
 RUN apt-get install --yes libicu-dev
+# Installs ICU (International Components for Unicode) library libicu52 (dep) 
and PyICU (python wrapper)
+RUN apt-get install --yes python-pyicu
diff --git a/python2/base/Dockerfile.template b/python2/base/Dockerfile.template
index 6cf8b07..115a065 100644
--- a/python2/base/Dockerfile.template
+++ b/python2/base/Dockerfile.template
@@ -20,3 +20,5 @@
 RUN apt-get install --yes libenchant-dev
 # We need icu for most internationalization things
 RUN apt-get install --yes libicu-dev
+# Installs ICU (International Components for Unicode) library libicu52 (dep) 
and PyICU (python wrapper)
+RUN apt-get install --yes python-pyicu

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic728eefd068bd4a5375cae5006894cdf7900fda6
Gerrit-PatchSet: 1
Gerrit-Project: operations/docker-images/toollabs-images
Gerrit-Branch: master
Gerrit-Owner: JustBerry <justinberr...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to