dockerfile: remove unnecessary pip upgrade

This commit is contained in:
pedro 2024-12-16 19:06:11 +01:00
parent e6fea8c1c3
commit d8202fea0f

View file

@ -28,9 +28,6 @@ compile = no
no-cache-dir = True
END
# upgrade pip, which might fail on lxc, then remove the "corrupted file"
RUN python -m pip install --upgrade pip || (rm -rf /usr/local/lib/python3.11/site-packages/pip-*.dist-info && python -m pip install --upgrade pip)
COPY ./requirements.txt /opt/devicehub-django
RUN pip install -r requirements.txt
# TODO hardcoded, is ignored in requirements.txt