1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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

Remove seccomp from DOCKER_BUILDTAGS for ppc64le
This commit is contained in:
Sebastiaan van Stijn 2016-06-01 21:40:48 +02:00
commit 9810988fb5

View file

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