aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Anubhav1603 <[email protected]>2020-09-23 16:03:16 +0530
committerGravatar Anubhav1603 <[email protected]>2020-09-23 16:03:16 +0530
commitc3199feb90cf2d574c932feab946789a2b29fd04 (patch)
treea39405ed8fc2bfb65e3af145771af7d0299c9600 /Dockerfile
parentupdated d.py to 1.4.1 and added voice (diff)
git -> ffmpeg
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