Use FROM docs/base:latest again

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit 2015-11-26 20:30:12 +10:00
parent 7b893164a4
commit fd06d699f2
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM docs/base:hugo-github-linking FROM docs/base:latest
MAINTAINER Mary Anthony <mary@docker.com> (@moxiegirl) MAINTAINER Mary Anthony <mary@docker.com> (@moxiegirl)
RUN svn checkout https://github.com/docker/docker/trunk/docs /docs/content/engine RUN svn checkout https://github.com/docker/docker/trunk/docs /docs/content/engine
@ -9,7 +9,8 @@ RUN svn checkout https://github.com/kitematic/kitematic/trunk/docs /docs/content
RUN svn checkout https://github.com/docker/tutorials/trunk/docs /docs/content/tutorials 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 RUN svn checkout https://github.com/docker/opensource/trunk/docs /docs/content
ENV PROJECT=compose
# To get the git info for this repo # To get the git info for this repo
COPY . /src COPY . /src
COPY . /docs/content/compose/ COPY . /docs/content/$PROJECT/