Browse Source

Merge pull request #21430 from tophj-ibm/remove-seccomp-ppc64le

ppc64le: remove seccomp from Dockerfile
Sebastiaan van Stijn 9 years ago
parent
commit
3f568b19e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile.ppc64le

+ 1 - 1
Dockerfile.ppc64le

@@ -204,7 +204,7 @@ RUN set -x \
 	&& git clone git://github.com/opencontainers/runc.git "$GOPATH/src/github.com/opencontainers/runc" \
 	&& git clone git://github.com/opencontainers/runc.git "$GOPATH/src/github.com/opencontainers/runc" \
 	&& cd "$GOPATH/src/github.com/opencontainers/runc" \
 	&& cd "$GOPATH/src/github.com/opencontainers/runc" \
 	&& git checkout -q "$RUNC_COMMIT" \
 	&& git checkout -q "$RUNC_COMMIT" \
-	&& make static BUILDTAGS="seccomp apparmor selinux" \
+	&& make static BUILDTAGS="apparmor selinux" \
 	&& cp runc /usr/local/bin/docker-runc
 	&& cp runc /usr/local/bin/docker-runc
 
 
 # Install containerd
 # Install containerd