Browse code

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>

cyli authored on 2016/04/26 03:12:57
Showing 1 changed files
... ...
@@ -158,7 +158,7 @@ RUN useradd --create-home --gid docker unprivilegeduser
158 158
 
159 159
 VOLUME /var/lib/docker
160 160
 WORKDIR /go/src/github.com/docker/docker
161
-ENV DOCKER_BUILDTAGS apparmor pkcs11 selinux
161
+ENV DOCKER_BUILDTAGS apparmor selinux
162 162
 
163 163
 # Let us use a .bashrc file
164 164
 RUN ln -sfv $PWD/.bashrc ~/.bashrc