Install libopus in final image
This commit is contained in:
parent
16182615d8
commit
2de52dfe9d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue