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