Include log rotation in the base docker image

This commit is contained in:
2016-08-24 11:34:07 +02:00
parent ba9d3e708d
commit 380c5387b5

View File

@@ -3,7 +3,7 @@ MAINTAINER Francesco Siddi <francesco@blender.org>
RUN apt-get update && apt-get install -qyy \
-o APT::Install-Recommends=false -o APT::Install-Suggests=false \
python-pip libffi6 openssl ffmpeg
python-pip libffi6 openssl ffmpeg rsyslog logrotate
RUN mkdir -p /data/git/pillar \
&& mkdir -p /data/storage \