blob: 388762b40f4935c404cb1f06ee03470c3ab51033 [file] [log] [blame]
FROM ubuntu:14.04
RUN apt-get update
RUN apt-get install -y python
RUN apt-get install -y python-pip
RUN apt-get clean all
RUN pip install ec2stack
RUN pip install --upgrade requests
EXPOSE 5000
CMD ["ec2stack"]