On Raspbian and Debian Jessie for ARMv7 (aka armhf), the builtags for runc were missing. These buildtags should include 'apparmor' and 'selinux'. Signed-off-by: Jean-Christophe Berthon <huygens@berthon.eu>
@@ -12,3 +12,4 @@ ENV PATH $PATH:/usr/local/go/bin
ENV AUTO_GOPATH 1
ENV DOCKER_BUILDTAGS apparmor selinux
+ENV RUNC_BUILDTAGS apparmor selinux
@@ -14,3 +14,4 @@ ENV PATH $PATH:/usr/local/go/bin