Skip to content

Commit 7f44af6

Browse files
Update aiohttp-nginx.dockerfile
1 parent 8234174 commit 7f44af6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frameworks/Python/aiohttp/aiohttp-nginx.dockerfile

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

77
WORKDIR /aiohttp
88

9-
RUN pip3 install cython==3.0.11 && \
10-
pip3 install -r /aiohttp/requirements-cpython.txt
9+
RUN pip3 install -r /aiohttp/requirements-cpython.txt
1110

1211
ENV CONNECTION=RAW
1312

0 commit comments

Comments
 (0)