Clean up apt-get

This commit is contained in:
Alex Page 2023-03-18 03:08:15 -04:00
parent 8dab128679
commit 3cc4220317

View file

@ -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 ca-certificates
RUN apt-get update && apt-get --no-install-recommends install -y libopus0 ca-certificates && apt-get clean
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