Skip to content

Commit

Permalink
Updated old get-pip link in Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanKarab committed Jul 7, 2021
1 parent 83338bc commit 080de97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exareme-Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 080de97

Please sign in to comment.