mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,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
|
||||
|
|
Loading…
Reference in a new issue