Update Dockerfile
This commit is contained in:
parent
75cd0b4d1f
commit
c146387173
@ -7,7 +7,7 @@ COPY ./cookies.txt ./cookies.txt
|
|||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y ffmpeg curl && \
|
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 && \
|
chmod +x /usr/local/bin/yt-dlp && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user