1
0
mirror of /repos/baseimage-docker.git synced 2026-02-27 17:41:59 +01:00

Added the logrotate service. Fixes GH-22.

This commit is contained in:
Hongli Lai (Phusion)
2014-02-25 11:18:25 +01:00
parent 68e4f5e8bf
commit 87698aa223
3 changed files with 6 additions and 0 deletions

View File

@@ -17,6 +17,9 @@ cp /build/runit/syslog-ng /etc/service/syslog-ng/run
mkdir -p /var/lib/syslog-ng
cp /build/config/syslog_ng_default /etc/default/syslog-ng
## Install logrotate.
$minimal_apt_get_install logrotate
## Install the SSH server.
$minimal_apt_get_install openssh-server
mkdir /var/run/sshd