Update Dockerfile

This commit is contained in:
FullGreaM 2025-10-25 14:29:26 +03:00
parent 75cd0b4d1f
commit c146387173

View File

@ -7,7 +7,7 @@ COPY ./cookies.txt ./cookies.txt
RUN apt-get update && \
apt-get install -y ffmpeg curl && \
curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2025.09.23/yt-dlp -o /usr/local/bin/yt-dlp && \
curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp && \
chmod +x /usr/local/bin/yt-dlp && \
rm -rf /var/lib/apt/lists/*