Download yt-dlp nightly builds

This commit is contained in:
Alex Page 2023-03-18 02:42:51 -04:00
parent b2505ce086
commit 46e22fb8f4

View file

@ -8,9 +8,9 @@ RUN cargo install --path .
FROM debian:bullseye-slim
COPY --from=mwader/static-ffmpeg:6.0 /ffmpeg /usr/local/bin/
RUN apt-get update && apt-get --no-install-recommends install -y python3 python3-pip libopus0
RUN python3 -m pip install -U pip setuptools wheel
RUN python3 -m pip install --force-reinstall https://github.com/yt-dlp/yt-dlp/archive/master.tar.gz
RUN apt-get update && apt-get --no-install-recommends install -y libopus0
ADD https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/latest/download/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
USER djkk