diff --git a/Dockerfile b/Dockerfile index 41745c1..24b1d60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ 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 libopus0 +RUN apt-get update && apt-get --no-install-recommends install -y libopus0 ca-certificates 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