NTTLimitedRD / plumbery

Cloud automation at Dimension Data with Apache Libcloud
Apache License 2.0
14 stars 9 forks source link

pip install requires == #20

Closed asimkhawaja closed 8 years ago

asimkhawaja commented 8 years ago

RUN pip install apache-libcloud=1.0.0-rc2, changed to the correct command of

RUN pip install apache-libcloud==1.0.0-rc2

bernard357 commented 8 years ago

Thanks for this contribution, this is appreciated :-)