Try and hard code setuptools and pip
This commit is contained in:
parent
097266e353
commit
915e0a8755
@ -1,5 +1,6 @@
|
||||
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