mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 03:21:28 +01:00
awscli
This commit is contained in:
parent
758d1e07f2
commit
6c21a04037
6
awscli/Dockerfile
Normal file
6
awscli/Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
FROM python:2.7.8
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
|
||||
RUN pip install awscli
|
||||
|
||||
ENTRYPOINT [ "aws" ]
|
Loading…
Reference in New Issue
Block a user