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

Fixed Python3.6 <-> pip incompatibility.

parent d5c6a004
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ RUN apt-get install -y nano telnet unzip wget openssh-server sudo curl
RUN apt-get install -y build-essential python-dev git-core
# Download get-pip script
RUN curl -O https://bootstrap.pypa.io/get-pip.py
RUN curl -O https://bootstrap.pypa.io/pip/3.6/get-pip.py
# Install Python3 and Pip3 (python3-distutils required for pip3)
RUN apt-get install python3 python3-distutils -y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment