FROM python:3.12-slim RUN apt update && apt install -y ffmpeg && pip install invoke VOLUME ["/data"] WORKDIR /data CMD /usr/local/bin/invoke probe