@@ -0,0 +1,11 @@
FROM python:3.13-alpine3.21
RUN apk add --no-cache \
ffmpeg
RUN pip install yt-dlp
WORKDIR /mount
VOLUME /mount
ENTRYPOINT ["yt-dlp"]
The note is not visible to the blocked user.