mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-07 06:17:55 +00:00
Install uvloop in Dockerfile
This commit is contained in:
parent
504e350c45
commit
e289895423
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue