aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2020-10-04 10:57:43 +0200
committerGravatar GitHub <[email protected]>2020-10-04 10:57:43 +0200
commit3128fdb134fb8e73c83f88fa1b7e08499a0a6d8c (patch)
treed3f5b25f85821828e5c825163f3d03ac3487a94e /Dockerfile
parentremoved tag handling (diff)
parentMerge pull request #473 from Anubhav1603/ec (diff)
Merge branch 'master' into source_cmd
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