aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2020-09-24 10:14:39 +0200
committerGravatar GitHub <[email protected]>2020-09-24 10:14:39 +0200
commit78997eae95b5417a602caea09b30a187469be341 (patch)
tree7d4d75a7c0e73a1d4bd553a94fd22b9f4412e33e /Dockerfile
parentMerge pull request #453 from Anubhav1603/bug_wiki (diff)
parentMerge branch 'master' into update_dpy (diff)
Merge pull request #456 from Anubhav1603/update_dpy
Update discord.py to 1.4.1 and add voice as extra
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 1e84a56d..40a77414 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,7 +9,7 @@ ENV PIP_NO_CACHE_DIR=false \
# Install git to be able to dowload git dependencies in the Pipfile
RUN apt-get -y update \
&& apt-get install -y \
- git \
+ ffmpeg \
&& rm -rf /var/lib/apt/lists/*
# Install pipenv