diff --git a/Dockerfile b/Dockerfile index 960daa71..4614755d 100755 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ diff --git a/app/requirements.txt b/app/requirements.txt index b4abc877..72d66c4e 100755 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -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 @@ -9,4 +9,4 @@ openai owotext pandas requests -wolframalpha \ No newline at end of file +wolframalpha