Skip to content

Commit

Permalink
Merge pull request #1033 from grycap/tox
Browse files Browse the repository at this point in the history
Tox
  • Loading branch information
micafer authored Jun 17, 2020
2 parents f5f575a + 69c5645 commit 2d43cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-py3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y python3 openssh
# Install IM
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 msrest msrestazure azure-common azure-mgmt-storage azure-mgmt-compute azure-mgmt-network azure-mgmt-resource azure-mgmt-dns && \
/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 && \
Expand Down

0 comments on commit 2d43cd6

Please sign in to comment.