diff --git a/Dockerfile b/Dockerfile index cd3a865..2188032 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN mkdir /tmp/tobi RUN --mount=type=cache,target=target cp target/release/tobi-rs /tmp/tobi/ FROM bitnami/minideb:latest -RUN install_packages build-essential openssl libopus0 ffmpeg python3 python3-pip postgresql-client +RUN install_packages openssl libopus0 ffmpeg python3 python3-pip postgresql-client RUN pip3 install youtube-dl RUN rm -rf /var/lib/{apt,dpkg,cache,log}/ COPY --from=builder /tmp/tobi/tobi-rs .