mirror of https://github.com/docker/docs.git
Remove tutorials from Dockerfile
The "docker/tutorials" repository is now private, causing building the docs to fail. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
f947993ec0
commit
0adeae325e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue