diff --git a/components/engine/Dockerfile b/components/engine/Dockerfile index e1c6236da8..43e15b31d4 100644 --- a/components/engine/Dockerfile +++ b/components/engine/Dockerfile @@ -103,7 +103,7 @@ RUN useradd --create-home --gid docker unprivilegeduser VOLUME /var/lib/docker WORKDIR /go/src/github.com/docker/docker -ENV DOCKER_BUILDTAGS apparmor selinux +ENV DOCKER_BUILDTAGS apparmor selinux btrfs_noversion # Wrap all commands in the "docker-in-docker" script to allow nested containers ENTRYPOINT ["hack/dind"]