remvoe call for pip, looks like all pip commands time out
This commit is contained in:
parent
bfc1f59a2e
commit
e354e9537d
@ -1,6 +1,5 @@
|
||||
FROM python:3.8 as build
|
||||
ADD app/requirements.txt /requirements.txt
|
||||
RUN pip install -U pip setuptools==65.3.0
|
||||
RUN pip install -q --no-cache-dir -r requirements.txt
|
||||
|
||||
FROM python:3.8-slim
|
||||
|
Loading…
x
Reference in New Issue
Block a user