diff options
author | Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com> | 2016-03-02 11:44:15 -0800 |
---|---|---|
committer | Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com> | 2016-03-07 10:07:40 -0800 |
commit | 37fa75b3447007bb8ea311f02610bb383b0db77f (patch) | |
tree | f6db3ce0df1639eb84b7ba4c85f94d2f9d609d77 /Dockerfile.armhf | |
parent | bc730f3d997ee4b2d53f7362c1d9f40f4074584a (diff) | |
download | docker-37fa75b3447007bb8ea311f02610bb383b0db77f.tar.gz |
Move pkcs11 out of experimental, into GA
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
Diffstat (limited to 'Dockerfile.armhf')
-rw-r--r-- | Dockerfile.armhf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.armhf b/Dockerfile.armhf index fd6f8721fa..7d32121a06 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -162,7 +162,7 @@ RUN useradd --create-home --gid docker unprivilegeduser VOLUME /var/lib/docker WORKDIR /go/src/github.com/docker/docker -ENV DOCKER_BUILDTAGS apparmor seccomp selinux +ENV DOCKER_BUILDTAGS apparmor pkcs11 seccomp selinux # Let us use a .bashrc file RUN ln -sfv $PWD/.bashrc ~/.bashrc |