Page MenuHomeSoftware Heritage

D6537.diff
No OneTemporary

D6537.diff

diff --git a/docker/Dockerfile b/docker/Dockerfile
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -39,7 +39,9 @@
RUN python3 -m venv /srv/softwareheritage/venv
ENV PATH="/srv/softwareheritage/venv/bin:${PATH}"
-RUN pip install --upgrade pip setuptools wheel
+# Avoid 21.3 release which is preventing override to work
+# https://github.com/pypa/pip/issues/10573
+RUN pip install --upgrade 'pip!=21.3' setuptools wheel
RUN pip install gunicorn httpie
RUN pip install \

File Metadata

Mime Type
text/plain
Expires
Thu, Jul 3, 1:34 PM (6 d, 10 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3225438

Event Timeline