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 31be4e6 commit c4b58a4Copy full SHA for c4b58a4
frameworks/Python/aiohttp/aiohttp-nginx.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
RUN apt-get update && apt-get install -y nginx
9
0 commit comments