Merge pull request #1844 from thaJeztah/remove-tutorials

Remove tutorials from Dockerfile
This commit is contained in:
Sven Dowideit 2016-02-20 03:49:28 -08:00
commit bb9f0d2861
1 changed files with 0 additions and 1 deletions

View File

@ -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/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/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/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 RUN svn checkout https://github.com/docker/opensource/trunk/docs /docs/content/opensource
ENV PROJECT=swarm ENV PROJECT=swarm