Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #33 from tophj-ibm/s390x-add-seccomp
Browse files Browse the repository at this point in the history
[s390x] add seccomp buildtag for ubuntu-yakkety
  • Loading branch information
andrewhsu authored Jul 20, 2017
2 parents 6829cb8 + 86c865f commit 795c44b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deb/ubuntu-yakkety/Dockerfile.s390x
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 795c44b

Please sign in to comment.