From 0978a92262d130739e3bb26512f7f159f17cd477 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Wed, 31 Aug 2016 19:08:56 +0100 Subject: [PATCH] run crond for log rotation Signed-off-by: Justin Cormack --- alpine/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 8948c7f3a..f120e33f8 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -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 && \