From d5bb480042dc6f7ced75c594fd0666050d289316 Mon Sep 17 00:00:00 2001 From: user Date: Wed, 26 Feb 2025 18:08:19 +0300 Subject: [PATCH] install ffmpeg --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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"]