fix arm build

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-07-15 17:02:14 +01:00
parent 85ed0cef64
commit 3d6ba289d1

View File

@ -37,6 +37,8 @@ Dockerfile.armhf: Dockerfile
sed '/nc-vsock/d' | \
sed '/vsudd/d' | \
sed '/gummiboot/d' | \
grep -v 'tap-vsockd' | \
grep -v '9pmount-vsock' | \
grep -v 'rc-update add binfmt_misc sysinit' > $@
initrd-arm.img: Dockerfile.armhf