forked from Docker/baseimage-docker
Redirect syslog to 'docker logs' and fix cron
Closes GH-123. Closes GH-115.
This commit is contained in:
@@ -45,3 +45,5 @@ apt-get dist-upgrade -y --no-install-recommends
|
||||
$minimal_apt_get_install language-pack-en
|
||||
locale-gen en_US
|
||||
update-locale LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8
|
||||
echo -n en_US.UTF-8 > /etc/container_environment/LANG
|
||||
echo -n en_US.UTF-8 > /etc/container_environment/LC_CTYPE
|
||||
|
||||
Reference in New Issue
Block a user