9pmount-vsock: add to /sbin

This patch adds the binary to /sbin but does not hook it up.

Signed-off-by: David Scott <dave.scott@docker.com>
This commit is contained in:
David Scott
2016-05-15 18:17:55 +01:00
parent a19630c1f4
commit b40c691f89
2 changed files with 3 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ COPY packages/vsudd/etc /etc
COPY packages/mobyconfig/mobyconfig /usr/bin
COPY packages/gummiboot/gummiboot.tar.gz /usr/share/src/
COPY packages/oom/etc /etc
COPY packages/9pmount-vsock/9pmount-vsock /sbin
RUN \
rc-update add swap boot && \