From d8ba21d07d9f4dbddca2507e3e9e4f2611669ecc Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Wed, 23 Mar 2016 12:11:08 -0400 Subject: [PATCH] ppc64le: remove seccomp from Dockerfile Removes the seccomp buildtag when building runc. Because seccomp isn't currently being built, this would cause the build to fail. Signed-off-by: Christopher Jones (cherry picked from commit 2caf09d37b5865882dfa8c60d5362fd6d2ba54fd) --- Dockerfile.ppc64le | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.ppc64le b/Dockerfile.ppc64le index e69b6ea050..f64de7a447 100644 --- a/Dockerfile.ppc64le +++ b/Dockerfile.ppc64le @@ -204,7 +204,7 @@ RUN set -x \ && git clone git://github.com/opencontainers/runc.git "$GOPATH/src/github.com/opencontainers/runc" \ && cd "$GOPATH/src/github.com/opencontainers/runc" \ && git checkout -q "$RUNC_COMMIT" \ - && make static BUILDTAGS="seccomp apparmor selinux" \ + && make static BUILDTAGS="apparmor selinux" \ && cp runc /usr/local/bin/docker-runc # Install containerd