Skip to content

Commit

Permalink
Use liblcloud from pip
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Apr 28, 2020
1 parent c550649 commit d74268d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-py3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit d74268d

Please sign in to comment.