mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-01-30 17:13:46 +01:00
7 lines
110 B
Docker
7 lines
110 B
Docker
|
FROM python:2.7.8
|
||
|
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||
|
|
||
|
RUN pip install awscli
|
||
|
|
||
|
ENTRYPOINT [ "aws" ]
|