Files
youtubedl/Dockerfile

7 lines
159 B
Docker
Raw Normal View History

2025-07-02 06:56:23 -07:00
# dockerfile for containerized yt-dlp
2025-07-02 06:34:50 -07:00
FROM python:3-bookworm
RUN wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp
RUN chmod +x ./yt-dlp