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 c4b58a4 commit 369b3b6Copy full SHA for 369b3b6
frameworks/Python/aiohttp/aiohttp-orm.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