summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index ee882415..0ac667fb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,7 +5,7 @@ ENV PATH="/usr/app/venv/bin:$PATH"
#RUN apt-get update && apt-get install -y git
RUN apt-get update
-RUN apt-get install ffmpeg #issue 445
+RUN apt-get install ffmpeg -y #issue 445
RUN mkdir -p /usr/app
RUN python -m venv ./venv