FROM python:3.11 LABEL maintainer="Offends " RUN apt update \ && apt-get install ffmpeg -y COPY ./start.sh /start.sh CMD ["/start.sh"]