try with python -m pip
This commit is contained in:
parent
ec3c0ffe8e
commit
15fb528f08
@ -1,6 +1,6 @@
|
||||
FROM python:3.10-rc as build
|
||||
ADD app/requirements.txt /requirements.txt
|
||||
RUN pip install -q --no-cache-dir -r requirements.txt
|
||||
RUN python -m pip install -q --no-cache-dir -r requirements.txt
|
||||
|
||||
FROM python:3.10-rc-slim
|
||||
RUN apt update && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user