Skip to content

Commit

Permalink
Merge pull request #404 from dotnet/dbpd-issue-402
Browse files Browse the repository at this point in the history
Work around pypa/get-pip#83
  • Loading branch information
fortinjose916 committed Jan 29, 2021
2 parents 8b29cd3 + 2994870 commit 02e8d2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/debian/9/helix/arm32v7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN apt-get update && \
ENV LANG en_US.utf8

RUN ln -sf /usr/bin/python3 /usr/bin/python && \
curl https://bootstrap.pypa.io/get-pip.py -o ./get-pip.py --fail --silent --show-error && \
curl https://bootstrap.pypa.io/3.5/get-pip.py -o ./get-pip.py --fail --silent --show-error && \
python ./get-pip.py && rm ./get-pip.py && \
python -m pip install --upgrade pip==20.2 && \
python -m pip install virtualenv==16.6.0 && \
Expand Down
2 changes: 1 addition & 1 deletion src/debian/9/helix/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN apt-get update && \
ENV LANG en_US.utf8

RUN ln -sf /usr/bin/python3 /usr/bin/python && \
curl https://bootstrap.pypa.io/get-pip.py -o ./get-pip.py --fail --silent --show-error && \
curl https://bootstrap.pypa.io/3.5/get-pip.py -o ./get-pip.py --fail --silent --show-error && \
python ./get-pip.py && rm ./get-pip.py && \
python -m pip install --upgrade pip==20.2 && \
python -m pip install virtualenv==16.6.0 && \
Expand Down

0 comments on commit 02e8d2b

Please sign in to comment.