Sign in
apache
/
cloudstack-ec2stack
/
69947b236b549beb40cbe0d66653c04b68f7d29b
/
.
/
Dockerfile
blob: 388762b40f4935c404cb1f06ee03470c3ab51033 [
file
]
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"
]