install hupper

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2016-01-22 18:22:55 +00:00
parent cfe90cf060
commit 999aee643c
2 changed files with 6 additions and 0 deletions

View File

@@ -38,6 +38,8 @@ COPY packages/ntp15m/etc /etc/
COPY packages/binfmt_misc/etc /etc/
COPY packages/dnsfix/etc /etc/
COPY packages/hostname/etc /etc/
COPY packages/hupper/hupper /bin/
COPY packages/hupper/etc /etc/
RUN \
rc-update add swap boot && \
@@ -71,6 +73,7 @@ RUN \
rc-update add diagnostics default && \
rc-update add binfmt_misc sysinit && \
rc-update add dnsfix boot && \
rc-update add hupper && \
ln -s /bin/busybox /init
CMD ["/bin/sh"]