Merge ebedfdfbf0
into a301040778
This commit is contained in:
commit
7f06bf638b
1 changed files with 4 additions and 1 deletions
|
@ -18,10 +18,13 @@ FROM base as builder
|
|||
|
||||
RUN apt-get -qq update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
g++
|
||||
g++ libzmq3-dev
|
||||
|
||||
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
|
||||
|
||||
FROM base
|
||||
|
|
Loading…
Add table
Reference in a new issue