Skip to content

Commit

Permalink
Fix: Removed patch already handled by the new aiohttp version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nesitor authored and Psycojoker committed Jan 21, 2025
1 parent a7cc539 commit f95dfc2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
13 changes: 0 additions & 13 deletions deployment/docker-build/aiohttp.diff

This file was deleted.

2 changes: 0 additions & 2 deletions deployment/docker-build/pyaleph.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ COPY deployment/scripts ./deployment/scripts
COPY .git ./.git
COPY src ./src
RUN pip install -e .
COPY deployment/docker-build/aiohttp.diff /tmp/aiohttp.diff
RUN patch /opt/venv/lib/python3.12/site-packages/aiohttp/web_protocol.py /tmp/aiohttp.diff


FROM base
Expand Down

0 comments on commit f95dfc2

Please sign in to comment.