Skip to content

Commit bdb7f67

Browse files
committed
qsd
1 parent 1a624dd commit bdb7f67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deployment/docker-build/pyaleph.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ COPY deployment/migrations ./deployment/migrations
5252
COPY deployment/scripts ./deployment/scripts
5353
COPY .git ./.git
5454
COPY src ./src
55+
RUN pip install setuptools>=70.3.0
5556
RUN pip install -e .
5657
COPY deployment/docker-build/aiohttp.diff /tmp/aiohttp.diff
5758
RUN patch /opt/venv/lib/python3.12/site-packages/aiohttp/web_protocol.py /tmp/aiohttp.diff

0 commit comments

Comments
 (0)