From e50c7317cb0d4b8b5f5632f59f90caa94cbae70c Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Thu, 7 Jan 2016 16:04:27 +0000 Subject: [PATCH] fix service name Signed-off-by: Justin Cormack --- alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 41de78608..1a5d38338 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -68,7 +68,7 @@ RUN \ rc-update add mdnstool default && \ rc-update add automount boot && \ rc-update add diagnostics default && \ - rc-update add qemu-user-static sysinit && \ + rc-update add binfmt_misc sysinit && \ ln -s /bin/busybox /init CMD ["/bin/sh"]