Browse Source

build(pip): Enable the new 2020 resolver (#21507)

This reverts commit c9f3294e9e65787a75538994353141849b198070 and starts using `pip` `20.3.0` which has the new, strict resolver turned on by default.
Burak Yigit Kaya 4 years ago
parent
commit
e3cf805299
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docker/Dockerfile

+ 1 - 0
docker/Dockerfile

@@ -79,6 +79,7 @@ RUN set -x \
   " \
   && apt-get update \
   && apt-get install -y --no-install-recommends $buildDeps \
+  && python -m pip install --upgrade 'pip>=20.3.0' \
   && pip install -r /tmp/dist/requirements.txt \
   && mkdir /tmp/uwsgi-dogstatsd \
   && wget -O - https://github.com/eventbrite/uwsgi-dogstatsd/archive/filters-and-tags.tar.gz | \