Browse Source

Merge pull request #23439 from michael-holzheu/PR-s390x-seccomp-remove-again

Dockerfile.s390x: Remove 'seccomp' again from DOCKER_BUILDTAGS
Michael Crosby 9 years ago
parent
commit
3d0595f1d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile.s390x

+ 1 - 1
Dockerfile.s390x

@@ -161,7 +161,7 @@ RUN useradd --create-home --gid docker unprivilegeduser
 
 VOLUME /var/lib/docker
 WORKDIR /go/src/github.com/docker/docker
-ENV DOCKER_BUILDTAGS apparmor selinux seccomp
+ENV DOCKER_BUILDTAGS apparmor selinux
 
 # Let us use a .bashrc file
 RUN ln -sfv $PWD/.bashrc ~/.bashrc