Sign in
apache
/
cloudstack-ec2stack
/
c4d1a677825f8b7ea227ff24602a97a66ce35fb4
/
.
/
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"
]