update cf-reset-cache for blog

Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
Jessica Frazelle
2015-06-06 12:11:41 -07:00
parent cb4944628c
commit 66c9c3ac44
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
FROM python:2.7.8
MAINTAINER Jessica Frazelle <jess@docker.com>
RUN pip install boto
ADD reset-cache.py /bin/reset-cache
RUN chmod +x /bin/reset-cache
CMD [ "reset-cache" ]