mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-06 13:57:54 +00:00
Add platform conditional for uvloop in requirements.txt
This commit is contained in:
parent
e289895423
commit
be09c87f52
2 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ 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