Skip to content

Commit

Permalink
new url, good error msg though
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Mar 7, 2021
1 parent fed6549 commit 26d262b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runners/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get -qq update; if grep -q "stretch" /etc/os-release; then apt-get insta
RUN apt-get -qq update; if grep -q "sid" /etc/os-release; then apt-get install -qq -y python3-distutils; fi

# Remove /3.5/ when we drop stretch!
RUN curl -sSL https://bootstrap.pypa.io/3.5/get-pip.py | python3
RUN curl -sSL https://bootstrap.pypa.io/pip/3.5/get-pip.py | python3

RUN pip install tox coverage

Expand Down

0 comments on commit 26d262b

Please sign in to comment.