Docker-DCO-1.1-Signed-off-by: SvenDowideit <SvenDowideit@home.org.au> (github: SvenDowideit)
| ... | ... |
@@ -16,6 +16,9 @@ RUN pip install mkdocs |
| 16 | 16 |
# this version works, the current versions fail in different ways |
| 17 | 17 |
RUN pip install awscli==1.3.9 |
| 18 | 18 |
|
| 19 |
+# make sure the git clone is not an old cache - we've published old versions a few times now |
|
| 20 |
+ENV CACHE_BUST Jul2014 |
|
| 21 |
+ |
|
| 19 | 22 |
# get my sitemap.xml branch of mkdocs and use that for now |
| 20 | 23 |
RUN git clone https://github.com/SvenDowideit/mkdocs &&\ |
| 21 | 24 |
cd mkdocs/ &&\ |