commit e4d4ee054d207d2dc235689a69953784289705f7 Author: finn Date: Wed Jul 2 06:34:50 2025 -0700 initial diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..0ea7fc1 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,4 @@ +FROM python:3-bookworm + +RUN wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp +RUN chmod +x ./yt-dlp