From 0c9603708c7c1deba1680cb276be718ea68b7a3e Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Mon, 11 Jul 2016 14:31:25 +0100 Subject: [PATCH] remove syslog fix, as now upstream Signed-off-by: Justin Cormack --- alpine/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index a2a4956de..5ffbc197d 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -115,10 +115,6 @@ RUN \ rc-update add test default && \ true -# we do not need to restart syslog, as probably not running -RUN \ - sed -i 's@/etc/init.d/syslog --quiet restart@@' /sbin/setup-disk - COPY init / CMD ["/bin/sh"]