Skip to content

Commit

Permalink
Adds Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ivotron committed Aug 4, 2017
1 parent 6204037 commit e6d23f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM python:2.7

ADD . /tmp/enos

RUN pip install --no-cache-dir /tmp/enos && \
pip install --no-cache-dir git+https://github.com/openstack/python-blazarclient && \
rm -r /tmp/enos

ENTRYPOINT ["enos"]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def read(fname):
'influxdb==4.0.0',
'docopt>=0.6.2,<0.7.0',
'httplib2==0.9.2',
'python-dateutil==2.2',
'python-dateutil>=2.2',
'python-openstackclient>=3.0.0,<=4.0.0',
'python-neutronclient==6.3.0',
'python-vagrant>=0.5.14,<0.6.0',
Expand Down

0 comments on commit e6d23f8

Please sign in to comment.