FROM debian:latest RUN dir RUN ls RUN apt update RUN apt install ffmpeg python3 python3-pip -y WORKDIR / RUN pip install --no-cache-dir --upgrade -r requirements.txt CMD ["python3", "app.py"]