diff options
author | 2020-09-23 16:03:16 +0530 | |
---|---|---|
committer | 2020-09-23 16:03:16 +0530 | |
commit | c3199feb90cf2d574c932feab946789a2b29fd04 (patch) | |
tree | a39405ed8fc2bfb65e3af145771af7d0299c9600 /Dockerfile | |
parent | updated d.py to 1.4.1 and added voice (diff) |
git -> ffmpeg
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 |