Skip to content

Commit 8234174

Browse files
Update aiohttp-gunicorn.dockerfile
1 parent 080fed1 commit 8234174

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frameworks/Python/aiohttp/aiohttp-gunicorn.dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ ADD ./ /aiohttp
44

55
WORKDIR aiohttp
66

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

109
ENV CONNECTION=RAW
1110

0 commit comments

Comments
 (0)