From 2de52dfe9d9f1a82c8728b4fc649c97166ffd2a3 Mon Sep 17 00:00:00 2001 From: Alex Page Date: Fri, 3 Mar 2023 02:50:01 -0500 Subject: [PATCH] Install libopus in final image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4089631..742607f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,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 python3 python3-pip +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 COPY --from=builder /usr/local/cargo/bin/dj_kitty_cat /usr/local/bin/dj_kitty_cat