diff options
| author | 2020-09-24 10:14:39 +0200 | |
|---|---|---|
| committer | 2020-09-24 10:14:39 +0200 | |
| commit | 78997eae95b5417a602caea09b30a187469be341 (patch) | |
| tree | 7d4d75a7c0e73a1d4bd553a94fd22b9f4412e33e /Dockerfile | |
| parent | Merge pull request #453 from Anubhav1603/bug_wiki (diff) | |
| parent | Merge 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-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |