summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Crosby <michael@crosbymichael.com>2014-04-07 13:29:24 -0700
committerMichael Crosby <michael@crosbymichael.com>2014-04-07 14:44:52 -0700
commitb1e98e06dc62b0d25f98ea9a2fd94e41cc1d20e2 (patch)
tree03ede137ff909079971eda8b8857f4b0ff3430dd
parentffebcb660f666e3a2a7be6b838ebd55f524d5b5d (diff)
downloaddocker-b1e98e06dc62b0d25f98ea9a2fd94e41cc1d20e2.tar.gz
Remove selinux build tag
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 2de5b34171..42438e3946 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -87,7 +87,7 @@ RUN git config --global user.email 'docker-dummy@example.com'
VOLUME /var/lib/docker
WORKDIR /go/src/github.com/dotcloud/docker
-ENV DOCKER_BUILDTAGS apparmor selinux
+ENV DOCKER_BUILDTAGS apparmor
# Wrap all commands in the "docker-in-docker" script to allow nested containers
ENTRYPOINT ["hack/dind"]