Yuvipanda has uploaded a new change for review.

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

Change subject: Switch jessie continer locale to en_US too
......................................................................

Switch jessie continer locale to en_US too

To match trusty

Change-Id: I47daf8650b1c9e9d2fc67a74555ec1c90524de11
---
M base/Dockerfile.template
1 file changed, 4 insertions(+), 3 deletions(-)


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

diff --git a/base/Dockerfile.template b/base/Dockerfile.template
index c5cd319..22da4fa 100644
--- a/base/Dockerfile.template
+++ b/base/Dockerfile.template
@@ -17,6 +17,7 @@
 RUN DEBIAN_FRONTEND=noninteractive apt-get install --yes 
--no-install-recommends libnss-ldapd locales
 ADD nsswitch.conf /etc/nsswitch.conf
 
-# Setup the C.UTF-8 Locale, since otherwise it defaults to the C one (which 
sucks!)
-RUN locale-gen C.UTF-8
-ENV LC_ALL C.UTF-8
+# Setup the en_US.UTF-8 Locale, since otherwise it defaults to the C one 
(which sucks!)
+# Cultural imperialism, etc
+RUN locale-gen en_US.UTF-8
+ENV LC_ALL en_US.UTF-8

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I47daf8650b1c9e9d2fc67a74555ec1c90524de11
Gerrit-PatchSet: 1
Gerrit-Project: operations/docker-images/toollabs-images
Gerrit-Branch: master
Gerrit-Owner: Yuvipanda <yuvipa...@wikimedia.org>

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

Reply via email to