From 0adeae325e072f22cdd8bc3e1ae4fa748dd56abf Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 19 Feb 2016 13:02:06 +0100 Subject: [PATCH] Remove tutorials from Dockerfile The "docker/tutorials" repository is now private, causing building the docs to fail. Signed-off-by: Sebastiaan van Stijn --- docs/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index 4422b1694d..7020e18b63 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -7,7 +7,6 @@ RUN svn checkout https://github.com/docker/machine/trunk/docs /docs/content/mach RUN svn checkout https://github.com/docker/distribution/trunk/docs /docs/content/registry RUN svn checkout https://github.com/docker/toolbox/trunk/docs /docs/content/toolbox RUN svn checkout https://github.com/docker/kitematic/trunk/docs /docs/content/kitematic -RUN svn checkout https://github.com/docker/tutorials/trunk/docs /docs/content/tutorials RUN svn checkout https://github.com/docker/opensource/trunk/docs /docs/content/opensource ENV PROJECT=swarm