1
0
mirror of /repos/baseimage-docker.git synced 2025-12-30 08:01:31 +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

@ -3,6 +3,7 @@
* `docker exec` is now the default and recommended mechanism for running commands in the container. SSH is now disabled by default, but is still supported for those cases where "docker exec" is not appropriate. Closes GH-168.
* The workaround for Docker bug 2267 (the inability to modify /etc/hosts) has been removed, because it has been fixed upstream. Closes GH-155.
* Logrotate now reloads syslog-ng properly. Closes GH-167.
* Fixed some locale issues. Closes GH-178. Thanks to David J. M. Karlsen.
## 0.9.15 (release date: 2014-10-03)

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