mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-27 20:48:11 +00:00
fix runlevel for hupper
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
66eac01bc7
commit
7117c7c541
@ -73,7 +73,7 @@ RUN \
|
|||||||
rc-update add diagnostics default && \
|
rc-update add diagnostics default && \
|
||||||
rc-update add binfmt_misc sysinit && \
|
rc-update add binfmt_misc sysinit && \
|
||||||
rc-update add dnsfix boot && \
|
rc-update add dnsfix boot && \
|
||||||
rc-update add hupper && \
|
rc-update add hupper default && \
|
||||||
ln -s /bin/busybox /init
|
ln -s /bin/busybox /init
|
||||||
|
|
||||||
CMD ["/bin/sh"]
|
CMD ["/bin/sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user