Remove the pkcs11 build tag from the s390x Dockerfile, since it is using GCCGo 5.3, which

is still on the Go 1.4 library, whereas the Notary Yubikey library needs interfaces from
Go 1.5

Signed-off-by: cyli <cyli@twistedmatrix.com>
This commit is contained in:
cyli 2016-04-25 11:12:57 -07:00
parent 88c6675ed2
commit 4710ed6304
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ RUN useradd --create-home --gid docker unprivilegeduser
VOLUME /var/lib/docker
WORKDIR /go/src/github.com/docker/docker
ENV DOCKER_BUILDTAGS apparmor pkcs11 selinux
ENV DOCKER_BUILDTAGS apparmor selinux
# Let us use a .bashrc file
RUN ln -sfv $PWD/.bashrc ~/.bashrc