mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add the seccomp build tag for s390x now runc updated
This was waiting for runc bump see https://github.com/docker/docker/issues/23171 runc was bumped in https://github.com/docker/docker/pull/23603 Fixes #23171 Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
6b4e2ad90b
commit
f8d970169a
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,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 selinux
|
ENV DOCKER_BUILDTAGS apparmor selinux seccomp
|
||||||
|
|
||||||
# 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 a new issue