fix runlevel for hupper

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-01-22 18:29:20 +00:00
parent 999aee643c
commit 7913dac16d

View File

@ -73,7 +73,7 @@ RUN \
rc-update add diagnostics default && \
rc-update add binfmt_misc sysinit && \
rc-update add dnsfix boot && \
rc-update add hupper && \
rc-update add hupper default && \
ln -s /bin/busybox /init
CMD ["/bin/sh"]