From d8e4be59e9e9a26f5ab0e5c53fc529d17b697e19 Mon Sep 17 00:00:00 2001 From: Utz Bacher Date: Fri, 23 Mar 2018 23:47:58 +0100 Subject: [PATCH] use seccomp for xenial Upstream-commit: 4c02fd87dda048d5d5d7fa6c8bdb8fba04c257c1 Component: packaging --- components/packaging/deb/ubuntu-xenial/Dockerfile.s390x | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/packaging/deb/ubuntu-xenial/Dockerfile.s390x b/components/packaging/deb/ubuntu-xenial/Dockerfile.s390x index 12b73c2848..2d9fbf2989 100644 --- a/components/packaging/deb/ubuntu-xenial/Dockerfile.s390x +++ b/components/packaging/deb/ubuntu-xenial/Dockerfile.s390x @@ -6,8 +6,8 @@ ENV GO_VERSION 1.9.4 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