From 3853a9c612e3d19dadea26153c9cebaec8cd67a4 Mon Sep 17 00:00:00 2001 From: SvenDowideit Date: Tue, 22 Jul 2014 17:21:03 +1000 Subject: [PATCH] the build cache is too agressive, and I am regularly getting builds using an old version - forcing the issue Docker-DCO-1.1-Signed-off-by: SvenDowideit (github: SvenDowideit) --- docs/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Dockerfile b/docs/Dockerfile index 516a6d843..e1f6c5b54 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -16,6 +16,9 @@ RUN pip install mkdocs # this version works, the current versions fail in different ways RUN pip install awscli==1.3.9 +# make sure the git clone is not an old cache - we've published old versions a few times now +ENV CACHE_BUST Jul2014 + # get my sitemap.xml branch of mkdocs and use that for now RUN git clone https://github.com/SvenDowideit/mkdocs &&\ cd mkdocs/ &&\