mirror of
/repos/baseimage-docker.git
synced 2025-12-31 08:11:29 +01:00
Fixed syslog-ng startup problem
This commit is contained in:
parent
b17412ef7c
commit
6786e7350d
@ -1,3 +1,7 @@
|
|||||||
|
## 0.9.4
|
||||||
|
|
||||||
|
* Fixed syslog-ng startup problem.
|
||||||
|
|
||||||
## 0.9.3 (release date: 2014-01-31)
|
## 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.
|
* It looks like Docker changed their Ubuntu 12.04 base image, thereby breaking our Dockerfile. This has been fixed.
|
||||||
|
|||||||
@ -14,6 +14,7 @@ $minimal_apt_get_install runit
|
|||||||
$minimal_apt_get_install syslog-ng-core
|
$minimal_apt_get_install syslog-ng-core
|
||||||
mkdir /etc/service/syslog-ng
|
mkdir /etc/service/syslog-ng
|
||||||
cp /build/runit/syslog-ng /etc/service/syslog-ng/run
|
cp /build/runit/syslog-ng /etc/service/syslog-ng/run
|
||||||
|
mkdir -p /var/lib/syslog-ng
|
||||||
|
|
||||||
## Install the SSH server.
|
## Install the SSH server.
|
||||||
$minimal_apt_get_install openssh-server
|
$minimal_apt_get_install openssh-server
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user