git-lfs-test/Dockerfile
Tom Willemse b3be74ad3a Add Dockerfile
This sets up the docker container with the necessary dependencies to run the
tasks.
2024-03-07 11:56:34 -08:00

9 lines
151 B
Docker

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