Skip to content

Commit 556f3d7

Browse files
Update aiohttp-pypy.dockerfile
1 parent c2a197d commit 556f3d7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

frameworks/Python/aiohttp/aiohttp-pypy.dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
FROM pypy:3.11
1+
FROM pypy:latest
22

33
ADD ./ /aiohttp
44

55
WORKDIR /aiohttp
66

7-
RUN pip3 install cython==3.0.11 && \
8-
pip3 install -r /aiohttp/requirements.txt
7+
RUN pip3 install -r /aiohttp/requirements.txt
98

109
ENV CONNECTION=RAW
1110

0 commit comments

Comments
 (0)