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 66eac01bc7
commit 7117c7c541

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"]