Skip to content

Commit 795c44b

Browse files
authored
Merge pull request #33 from tophj-ibm/s390x-add-seccomp
[s390x] add seccomp buildtag for ubuntu-yakkety
2 parents 6829cb8 + 86c865f commit 795c44b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deb/ubuntu-yakkety/Dockerfile.s390x

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ENV GO_VERSION 1.8.3
66
RUN curl -fSL "https://golang.org/dl/go${GO_VERSION}.linux-s390x.tar.gz" | tar xzC /usr/local
77
ENV GOPATH /go
88
ENV PATH $PATH:/usr/local/go/bin:$GOPATH/bin
9-
ENV DOCKER_BUILDTAGS apparmor pkcs11 selinux
10-
ENV RUNC_BUILDTAGS apparmor selinux
9+
ENV DOCKER_BUILDTAGS apparmor pkcs11 seccomp selinux
10+
ENV RUNC_BUILDTAGS apparmor seccomp selinux
1111

1212
COPY common/ /root/build-deb/debian
1313
COPY build-deb /root/build-deb/build-deb

0 commit comments

Comments
 (0)