From 85e93849336b824511b6140f7ec15ecf59af70c4 Mon Sep 17 00:00:00 2001 From: Matthew Date: Thu, 13 Nov 2025 22:28:50 +0100 Subject: [PATCH] remove apt-utils again --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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