Browse code

Merge pull request #23169 from mlaventure/remove-seccomp-from-ppc-for-1.11.2

Remove seccomp from DOCKER_BUILDTAGS for ppc64le

Sebastiaan van Stijn authored on 2016/06/02 04:40:48
Showing 1 changed files
... ...
@@ -153,7 +153,7 @@ RUN useradd --create-home --gid docker unprivilegeduser
153 153
 
154 154
 VOLUME /var/lib/docker
155 155
 WORKDIR /go/src/github.com/docker/docker
156
-ENV DOCKER_BUILDTAGS apparmor pkcs11 seccomp selinux
156
+ENV DOCKER_BUILDTAGS apparmor pkcs11 selinux
157 157
 
158 158
 # Let us use a .bashrc file
159 159
 RUN ln -sfv $PWD/.bashrc ~/.bashrc