From fbab0cf7b983e56ca1fc8be55b4627068490eecb Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Fri, 18 Nov 2016 16:27:48 -0800 Subject: [PATCH] Fixing the Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e8be329526..6d6423e9b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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