aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Thomas Petersson <[email protected]>2020-10-03 00:39:14 +0200
committerGravatar GitHub <[email protected]>2020-10-03 00:39:14 +0200
commit3e96b8392325e570ec6a19a4eb18b00eafc787ac (patch)
tree33a51358f6cb38dad2d90de57e98563c3a6baded /Dockerfile
parentmodified error message (diff)
parentAuthenticate GitHub API requests for the Hacktoberfest issue finder. (diff)
Merge branch 'master' into partnerzodiac
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