genuinetools / riddler

A tool to convert docker inspect to the opencontainers runc spec.
MIT License
253 stars 21 forks source link

Add linux kernel headers which are needed for Docker build #2

Closed justincormack closed 8 years ago

justincormack commented 8 years ago

Netlink package needs the kernel headers, else get vendor/github.com/vishvananda/netlink/bpf_linux.go:4:23: fatal error: asm/types.h: No such file or directory

Signed-off-by: Justin Cormack justin.cormack@docker.com

jessfraz commented 8 years ago

oh jeez i never saw this