Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Jun 30, 2020
1 parent 91b5b24 commit a4c9e0c
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 @@ -15,8 +15,6 @@ RUN apt-get update && apt-get install --no-install-recommends -y git python3-pip
/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.9.10&& \
/usr/local/bin/pip3 install IM==1.9.3 && \
# downgrade to 3.0.0 as 3.1.o fails
/usr/local/bin/pip3 install zipp==3.0.0 && \
/usr/local/bin/pip3 uninstall pip -y && \
apt-get purge -y git python3-pip && \
apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && rm -rf ~/.cache/
Expand Down

0 comments on commit a4c9e0c

Please sign in to comment.