mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-11 23:42:41 +01:00
update cf-reset-cache for blog
Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
9
cf-reset-cache/Dockerfile
Normal file
9
cf-reset-cache/Dockerfile
Normal 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" ]
|
||||
Reference in New Issue
Block a user