There was an error while loading. Please reload this page.
2 parents 6829cb8 + 86c865f commit 795c44bCopy full SHA for 795c44b
1 file changed
deb/ubuntu-yakkety/Dockerfile.s390x
@@ -6,8 +6,8 @@ ENV GO_VERSION 1.8.3
6
RUN curl -fSL "https://golang.org/dl/go${GO_VERSION}.linux-s390x.tar.gz" | tar xzC /usr/local
7
ENV GOPATH /go
8
ENV PATH $PATH:/usr/local/go/bin:$GOPATH/bin
9
-ENV DOCKER_BUILDTAGS apparmor pkcs11 selinux
10
-ENV RUNC_BUILDTAGS apparmor selinux
+ENV DOCKER_BUILDTAGS apparmor pkcs11 seccomp selinux
+ENV RUNC_BUILDTAGS apparmor seccomp selinux
11
12
COPY common/ /root/build-deb/debian
13
COPY build-deb /root/build-deb/build-deb
0 commit comments