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