Merge pull request #458 from justincormack/cron

run crond for log rotation
This commit is contained in:
Justin Cormack 2016-08-31 19:14:27 +01:00 committed by GitHub
commit 72a895a03f

View File

@ -76,6 +76,7 @@ RUN \
rc-update add sysfsconf && \
rc-update add fsck && \
rc-update add root && \
rc-update add crond && \
rc-update add localmount && \
rc-update add docker default && \
rc-update add proxy default && \