From 86c865f571eb9479052e19920fbb0efe7f54fd25 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Thu, 13 Jul 2017 11:57:53 -0400 Subject: [PATCH] [s390x] add seccomp buildtag for ubuntu-yakkety Adds the seccomp buildtag for ubuntu-yakkety on s390x Note: s390x requires libseccomp-dev 2.3.1 at the moment which is only available only yakkety and later. This change is also consistent with the s390x yakkety deb dockerfile in moby/moby. Signed-off-by: Christopher Jones --- deb/ubuntu-yakkety/Dockerfile.s390x | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deb/ubuntu-yakkety/Dockerfile.s390x b/deb/ubuntu-yakkety/Dockerfile.s390x index 129e58fa885..d011b380c82 100644 --- a/deb/ubuntu-yakkety/Dockerfile.s390x +++ b/deb/ubuntu-yakkety/Dockerfile.s390x @@ -6,8 +6,8 @@ ENV GO_VERSION 1.8.3 RUN curl -fSL "https://golang.org/dl/go${GO_VERSION}.linux-s390x.tar.gz" | tar xzC /usr/local ENV GOPATH /go ENV PATH $PATH:/usr/local/go/bin:$GOPATH/bin -ENV DOCKER_BUILDTAGS apparmor pkcs11 selinux -ENV RUNC_BUILDTAGS apparmor selinux +ENV DOCKER_BUILDTAGS apparmor pkcs11 seccomp selinux +ENV RUNC_BUILDTAGS apparmor seccomp selinux COPY common/ /root/build-deb/debian COPY build-deb /root/build-deb/build-deb