remove apt-utils again
Some checks failed
Publish Docker image / Push Docker image to registry (push) Has been cancelled

This commit is contained in:
2025-11-13 22:28:50 +01:00
parent f4d6d85d3c
commit 85e9384933

View File

@@ -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