This commit is contained in:
Jessica Frazelle 2014-10-09 10:38:11 -07:00
parent 758d1e07f2
commit 6c21a04037

6
awscli/Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM python:2.7.8
MAINTAINER Jessica Frazelle <jess@docker.com>
RUN pip install awscli
ENTRYPOINT [ "aws" ]