From d74268dd09e4d2f4184781bc5555f082959886df Mon Sep 17 00:00:00 2001 From: micafer Date: Tue, 28 Apr 2020 11:26:08 +0200 Subject: [PATCH] Use liblcloud from pip --- docker-py3/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker-py3/Dockerfile b/docker-py3/Dockerfile index 9b30f5ecf..0280e13f5 100644 --- a/docker-py3/Dockerfile +++ b/docker-py3/Dockerfile @@ -14,8 +14,6 @@ RUN apt-get update && apt-get install --no-install-recommends -y git python3-pip pip3 install pip setuptools --upgrade && \ /usr/local/bin/pip3 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/pip3 install pyOpenSSL cheroot xmltodict pymongo ansible==2.7.16 && \ - # Install github version until the v 3.0 is released - cd /tmp && git clone https://github.com/apache/libcloud && /usr/local/bin/pip3 install /tmp/libcloud && \ /usr/local/bin/pip3 install IM==1.9.2 && \ /usr/local/bin/pip3 uninstall pip -y && \ apt-get purge -y git python3-pip && \