mirror of https://github.com/docker/docs.git
ppc64le: remove seccomp from docker buildtags
Removes seccomp from ppc64le as a buildtag Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>
This commit is contained in:
parent
16d0a89593
commit
31cc7dc135
|
@ -168,7 +168,7 @@ RUN useradd --create-home --gid docker unprivilegeduser
|
||||||
|
|
||||||
VOLUME /var/lib/docker
|
VOLUME /var/lib/docker
|
||||||
WORKDIR /go/src/github.com/docker/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
|
# Let us use a .bashrc file
|
||||||
RUN ln -sfv $PWD/.bashrc ~/.bashrc
|
RUN ln -sfv $PWD/.bashrc ~/.bashrc
|
||||||
|
|
Loading…
Reference in New Issue