fix service name

Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
Justin Cormack 2016-01-07 16:04:27 +00:00
parent 9ea207a38e
commit e50c7317cb

View File

@ -68,7 +68,7 @@ RUN \
rc-update add mdnstool default && \ rc-update add mdnstool default && \
rc-update add automount boot && \ rc-update add automount boot && \
rc-update add diagnostics default && \ rc-update add diagnostics default && \
rc-update add qemu-user-static sysinit && \ rc-update add binfmt_misc sysinit && \
ln -s /bin/busybox /init ln -s /bin/busybox /init
CMD ["/bin/sh"] CMD ["/bin/sh"]