Skip to content

Commit a08be64

Browse files
Update aiohttp.dockerfile
1 parent 369b3b6 commit a08be64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/Python/aiohttp/aiohttp.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM python:latest
33
ADD ./requirements.txt /aiohttp/requirements.txt
44

55
RUN pip3 install cython==3.0.11 && \
6-
pip3 install -r /aiohttp/requirements.txt
6+
pip3 install -r /aiohttp/requirements-cpython.txt
77

88
ADD ./ /aiohttp
99

0 commit comments

Comments
 (0)