diff --git a/Dockerfile b/Dockerfile index e0b5b70feac712ebc692d7b17231d96f22e510aa..5d57d9632ef70afc22169aa075e2ac2741842510 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,6 +46,7 @@ COPY --from=builder /usr/src/app/wheels /wheels COPY --from=builder /usr/src/app/requirements.txt . COPY --from=builder /usr/src/app/requirements.prod.txt . RUN pip install --upgrade pip +RUN pip install --force-reinstall -U setuptools RUN pip install --no-cache /wheels/* # copy entrypoint.sh