Update to nightly at Docker build time
This commit is contained in:
parent
9a61a4e941
commit
0195630dc0
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ RUN curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2024.10.07/yt-dlp
|
||||||
echo "8d8151368376c4d2f6dd6993d893be09334c06b7e6fa1e7e07bc3c4fbef848b3 /usr/local/bin/yt-dlp" | sha256sum -c - && \
|
echo "8d8151368376c4d2f6dd6993d893be09334c06b7e6fa1e7e07bc3c4fbef848b3 /usr/local/bin/yt-dlp" | sha256sum -c - && \
|
||||||
chmod a+rx /usr/local/bin/yt-dlp
|
chmod a+rx /usr/local/bin/yt-dlp
|
||||||
|
|
||||||
|
RUN yt-dlp --update --update-to nightly
|
||||||
|
|
||||||
# Sanity check
|
# Sanity check
|
||||||
RUN yt-dlp --version && \
|
RUN yt-dlp --version && \
|
||||||
ffmpeg -version
|
ffmpeg -version
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue