diff --git a/Dockerfile b/Dockerfile index 3398668..7a2bd96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,4 +3,5 @@ WORKDIR /app COPY requirements.txt . RUN pip install -r requirements.txt COPY . . +RUN apt-get update && apt-get install -y ffmpeg CMD ["python", "app"]