Install uvloop in Dockerfile
This commit is contained in:
parent
504e350c45
commit
e289895423
@ -5,6 +5,7 @@ RUN apk --no-cache add build-base
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
ADD requirements.txt /app
|
ADD requirements.txt /app
|
||||||
RUN pip install --trusted-host pypi.python.org -r requirements.txt
|
RUN pip install --trusted-host pypi.python.org -r requirements.txt
|
||||||
|
RUN pip install --trusted-host pypi.python.org uvloop
|
||||||
|
|
||||||
ADD . /app
|
ADD . /app
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user