diff --git a/Dockerfile b/Dockerfile index d9935e2..818f249 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.14.0-slim-trixie WORKDIR /app -RUN apt update && apt install -y git apt-utils +RUN DEBIAN_FRONTEND=noninteractive apt update && apt install -y git #RUN pip install git+https://github.com/hifimusix/streamrip.git --upgrade RUN pip install git+https://github.com/nathom/streamrip --upgrade COPY .config/streamrip/config.toml /root/.config/streamrip/config.toml