diff --git a/docker/Dockerfile b/docker/Dockerfile index e73c8a3e0..38edf5f6f 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -15,7 +15,6 @@ RUN apt-get update && apt-get install --no-install-recommends -y gcc git python pip install pip --upgrade -I && \ /usr/local/bin/pip install msrest msrestazure azure-common azure-mgmt-storage azure-mgmt-compute azure-mgmt-network azure-mgmt-resource azure-mgmt-dns azure-storage && \ /usr/local/bin/pip install MySQL-python pycrypto cheroot xmltodict pymongo && \ - cd /tmp && git clone https://github.com/micafer/libcloud --branch=im && /usr/local/bin/pip install /tmp/libcloud && \ /usr/local/bin/pip install IM==1.8.5 && \ /usr/local/bin/pip uninstall pip -y && \ apt-get purge -y gcc git python-dev python-pip libmysqld-dev libssl-dev libffi-dev libsqlite3-dev && \ diff --git a/setup.py b/setup.py index dec66668d..ad8ecf504 100644 --- a/setup.py +++ b/setup.py @@ -67,6 +67,6 @@ description="IM is a tool to manage virtual infrastructures on Cloud deployments", platforms=["any"], install_requires=["ansible >= 2.0", "paramiko >= 1.14", "PyYAML", suds_pkg, sqlite_pkg, "cheroot", - "boto >= 2.29", "apache-libcloud >= 2.4.0", "RADL >= 1.1.2", "bottle", "netaddr", + "boto >= 2.29", "apache-libcloud >= 2.6.0", "RADL >= 1.1.2", "bottle", "netaddr", "requests >= 2.19", "scp", "tosca-parser", 'defusedxml', 'urllib3>=1.23'] )