Skip to content
Snippets Groups Projects
Commit 2b2e63b5 authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Removed Python 2 support and updated pip version.

parent 349785e6
No related branches found
No related tags found
No related merge requests found
......@@ -25,11 +25,7 @@ RUN apt-get install python3 python3-distutils -y
# Install Python3 and Pip3 (ython3-distutils required for pip3)
RUN apt-get install python3 python3-distutils -y
RUN python3 get-pip.py 'pip==10.0.1'
# Install Python2 and Pip2
RUN apt-get install python -y
RUN python get-pip.py 'pip==10.0.1'
RUN python3 get-pip.py 'pip==21.0.1'
# Python 3 dev (for pycrypto)
RUN apt-get install python3-dev -y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment