diff options
| author | 2021-04-16 14:00:39 +0100 | |
|---|---|---|
| committer | 2021-04-16 14:00:39 +0100 | |
| commit | 2fb7233c931b5b7abc8e7441473effe5229db70a (patch) | |
| tree | 9bbf84480d0754edc41e2e66b960699fe494de83 /Dockerfile | |
| parent | Merge pull request #679 from python-discord/vcokltfre/fix/timed-error-help (diff) | |
Remove ffmpg and discord.py voice extra
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -6,12 +6,6 @@ ENV PIP_NO_CACHE_DIR=false \ PIPENV_IGNORE_VIRTUALENVS=1 \ PIPENV_NOSPIN=1 -# Install git to be able to dowload git dependencies in the Pipfile -RUN apt-get -y update \ - && apt-get install -y \ - ffmpeg \ - && rm -rf /var/lib/apt/lists/* - # Install pipenv RUN pip install -U pipenv |