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 369b3b6 commit a08be64Copy full SHA for a08be64
frameworks/Python/aiohttp/aiohttp.dockerfile
@@ -3,7 +3,7 @@ FROM python:latest
3
ADD ./requirements.txt /aiohttp/requirements.txt
4
5
RUN pip3 install cython==3.0.11 && \
6
- pip3 install -r /aiohttp/requirements.txt
+ pip3 install -r /aiohttp/requirements-cpython.txt
7
8
ADD ./ /aiohttp
9
0 commit comments