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 1a624dd commit bdb7f67Copy full SHA for bdb7f67
deployment/docker-build/pyaleph.dockerfile
@@ -52,6 +52,7 @@ COPY deployment/migrations ./deployment/migrations
52
COPY deployment/scripts ./deployment/scripts
53
COPY .git ./.git
54
COPY src ./src
55
+RUN pip install setuptools>=70.3.0
56
RUN pip install -e .
57
COPY deployment/docker-build/aiohttp.diff /tmp/aiohttp.diff
58
RUN patch /opt/venv/lib/python3.12/site-packages/aiohttp/web_protocol.py /tmp/aiohttp.diff
0 commit comments