1
0
mirror of /repos/baseimage-docker.git synced 2025-12-30 08:01:31 +01:00

Fixed syslog-ng startup problem

This commit is contained in:
Hongli Lai (Phusion) 2014-02-03 17:03:39 +01:00
parent b17412ef7c
commit 6786e7350d
No known key found for this signature in database
GPG Key ID: 06A131094B6F4332
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
## 0.9.4
* Fixed syslog-ng startup problem.
## 0.9.3 (release date: 2014-01-31)
* It looks like Docker changed their Ubuntu 12.04 base image, thereby breaking our Dockerfile. This has been fixed.

View File

@ -14,6 +14,7 @@ $minimal_apt_get_install runit
$minimal_apt_get_install syslog-ng-core
mkdir /etc/service/syslog-ng
cp /build/runit/syslog-ng /etc/service/syslog-ng/run
mkdir -p /var/lib/syslog-ng
## Install the SSH server.
$minimal_apt_get_install openssh-server