Pin pip version to avoid PEP 517
This commit is contained in:
parent
338ffe0dc1
commit
ebedfdfbf0
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ RUN apt-get -qq update \
|
||||||
|
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
|
|
||||||
|
# Pin Pip version: unable to build wheel for gevent with PEP 517
|
||||||
|
RUN python -m pip install --force-reinstall pip==20.1.1
|
||||||
|
|
||||||
RUN pip install --prefix="/install" -r requirements.txt
|
RUN pip install --prefix="/install" -r requirements.txt
|
||||||
|
|
||||||
FROM base
|
FROM base
|
||||||
|
|
Loading…
Reference in a new issue