We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1c8d5 commit 231ec08Copy full SHA for 231ec08
mapswipe_workers/Dockerfile
@@ -19,7 +19,8 @@ RUN mkdir --parents .local/share/mapswipe_workers
19
COPY . .
20
21
# Update setuptools and install mapswipe-workers with dependencies (requirements.txt)
22
-RUN pip3 install --upgrade setuptools
+# XXX: setuptools==70.3.0 Fix packaging.version.InvalidVersion error
23
+RUN pip3 install --upgrade "setuptools==70.3.0"
24
RUN pip3 install .
25
26
# Don't use a CMD here, this will be defined in docker-compose.yaml
0 commit comments