Redirect syslog to 'docker logs' and fix cron

Closes GH-123. Closes GH-115.
This commit is contained in:
Hongli Lai (Phusion)
2015-01-19 18:07:15 +01:00
parent 0b2de757f5
commit 6e55e3d515
6 changed files with 53 additions and 2 deletions

View File

@@ -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