Skip to content

Commit

Permalink
Fixing the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Misty Stanley-Jones committed Nov 19, 2016
1 parent 30772c6 commit fbab0cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ RUN svn co https://github.com/docker/docker/branches/1.12.x/docs/extend allv/eng
# Can't use the svn trick to get a single file, use wget instead
RUN wget -O allv/engine/deprecated.md https://raw.githubusercontent.com/docker/docker/1.12.x/docs/deprecated.md
# Make a temporary commit for the files we added so we can check out other branches later
RUN git --git-dir=./allv/.git --work-tree=./allv commit -m "Temporary commit" -a
RUN git --git-dir=./allv/.git --work-tree=./allv add engine
RUN git --git-dir=./allv/.git --work-tree=./allv commit -m "Temporary commit"

# Create HTML for master
RUN jekyll build -s allv -d allvbuild
Expand Down

0 comments on commit fbab0cf

Please sign in to comment.