Skip to content
Snippets Groups Projects
Commit 080de978 authored by ThanKarab's avatar ThanKarab
Browse files

Updated old get-pip link in Dockerfile.

parent 83338bce
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ RUN ln -s /usr/bin/python2 /usr/bin/python
RUN apt install -y openjdk-8-jdk curl jq iputils-ping
# Installing pip
RUN curl -O https://raw.githubusercontent.com/pypa/get-pip/master/get-pip.py
RUN curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py
RUN python get-pip.py
RUN apt-get install -y python-dev \
build-essential libssl-dev libffi-dev \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment