diff --git a/Dockerfile b/Dockerfile index 50ea983e..d4f2421d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ libatlas-base-dev libhdf5-dev libavutil-dev libswresample-dev libavcodec-dev libavformat-dev libswscale-dev \ && mkdir -p /nefarious-db \ && python -m venv /env \ - && /env/bin/pip install -U pip \ + && /env/bin/pip install --force-reinstall -v "pip==24.0" \ && /env/bin/pip install --no-cache-dir --only-binary :all: --extra-index-url https://www.piwheels.org/simple -r requirements.txt \ && /env/bin/python manage.py collectstatic --no-input \ && apt-get autoremove -y \