1
0
mirror of /repos/baseimage-docker.git synced 2026-02-26 17:32:03 +01:00

Fixed some locale issues

Closes GH-178. Thanks to David J. M. Karlsen.
This commit is contained in:
Hongli Lai (Phusion)
2015-01-19 17:22:00 +01:00
parent 9b08ea9cd4
commit 0b2de757f5
2 changed files with 2 additions and 0 deletions

View File

@@ -44,3 +44,4 @@ apt-get dist-upgrade -y --no-install-recommends
## Fix locale.
$minimal_apt_get_install language-pack-en
locale-gen en_US
update-locale LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8