Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9343494
D6537.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
480 B
Subscribers
None
D6537.diff
View Options
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
Details
Attached
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
Attached To
D6537: Dockerfile: Avoid pip 21.3 version preventing working container override
Event Timeline
Log In to Comment