aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2021-04-16 12:42:01 -0700
committerGravatar GitHub <[email protected]>2021-04-16 12:42:01 -0700
commitf121d838987f0123c46efa6a201fbae9f3d8f6f9 (patch)
treee9e8b26edbada680419f2d1b9325a9859feca7e5 /Dockerfile
parentMerge pull request #679 from python-discord/vcokltfre/fix/timed-error-help (diff)
parentRemove un-used sound resources (diff)
Merge pull request #686 from python-discord/remove-ffmpg
Remove ffmpg
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Dockerfile b/Dockerfile
index 0db0b0ef..8c4920a9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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