Update pycord commit and revert pip command to just -q
This commit is contained in:
parent
ec4272d4c7
commit
5004bef6e8
@ -1,6 +1,6 @@
|
||||
FROM python:3.8 as build
|
||||
ADD app/requirements.txt /requirements.txt
|
||||
RUN pip install --verbose --no-cache-dir -r requirements.txt
|
||||
RUN pip install -q --no-cache-dir -r requirements.txt
|
||||
|
||||
FROM python:3.8-slim
|
||||
RUN apt-get update && \
|
||||
|
@ -1,6 +1,6 @@
|
||||
beautifulsoup4
|
||||
cmagick
|
||||
git+https://github.com/pycord-development/pycord@eb4fd12eda4f0236532e7b4e2ee71dc5a6bc65d0
|
||||
git+https://github.com/pycord-development/pycord@6a69f6683be41e0c983cd0621eab240e86d37086
|
||||
gTTS
|
||||
httpx
|
||||
humanfriendly
|
||||
|
Loading…
x
Reference in New Issue
Block a user