Use my fixed fork of yt-dlp
This commit is contained in:
parent
349d3fa425
commit
0d896d30bd
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ RUN apt-get update && apt-get --no-install-recommends install -y \
|
|||
libopus0 \
|
||||
ca-certificates \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
ADD https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/latest/download/yt-dlp_linux /usr/local/bin/yt-dlp
|
||||
ADD https://github.com/anpage/yt-dlp/releases/download/2023.03.23.040309/yt-dlp_linux /usr/local/bin/yt-dlp
|
||||
RUN chmod 755 /usr/local/bin/yt-dlp
|
||||
COPY --from=builder /usr/local/cargo/bin/dj_kitty_cat /usr/local/bin/dj_kitty_cat
|
||||
RUN useradd djkk
|
||||
|
|
Loading…
Add table
Reference in a new issue