From 213adac2ea5d0b92e7a1e095a9fb9137491c65da Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Thu, 16 Jun 2016 23:21:08 +0100 Subject: [PATCH] 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 (cherry picked from commit f8d970169a7ae6dcf46beb69c0367d35d019294e) --- Dockerfile.s390x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.s390x b/Dockerfile.s390x index c75b321db4..eab490c881 100644 --- a/Dockerfile.s390x +++ b/Dockerfile.s390x @@ -161,7 +161,7 @@ RUN useradd --create-home --gid docker unprivilegeduser VOLUME /var/lib/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 RUN ln -sfv $PWD/.bashrc ~/.bashrc