Removes seccomp from ppc64le as a buildtag
Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>
| ... | ... |
@@ -168,7 +168,7 @@ RUN useradd --create-home --gid docker unprivilegeduser |
| 168 | 168 |
|
| 169 | 169 |
VOLUME /var/lib/docker |
| 170 | 170 |
WORKDIR /go/src/github.com/docker/docker |
| 171 |
-ENV DOCKER_BUILDTAGS apparmor pkcs11 seccomp selinux |
|
| 171 |
+ENV DOCKER_BUILDTAGS apparmor pkcs11 selinux |
|
| 172 | 172 |
|
| 173 | 173 |
# Let us use a .bashrc file |
| 174 | 174 |
RUN ln -sfv $PWD/.bashrc ~/.bashrc |