Fix docker build by using correct pip flags (#417)
This commit is contained in:
parent
4482838c70
commit
fe2b9a0c82
|
@ -7,7 +7,7 @@ COPY README.md /app/
|
|||
COPY proxy/ /app/proxy/
|
||||
WORKDIR /app
|
||||
RUN pip install --upgrade pip && \
|
||||
pip install --install-option="--prefix=/deps" .
|
||||
pip install --prefix=/deps .
|
||||
|
||||
FROM base
|
||||
|
||||
|
|
Loading…
Reference in New Issue