diff --git a/Dockerfile b/Dockerfile index 51a30bd..c1280ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,5 +21,7 @@ RUN apt-get update && apt-get install -y \ apt-get update && \ apt-get install -y docker-ce-cli +RUN apt-get install -y ffmpeg + CMD ["python", "app"]