From 6f429392fc696f2d9015e07fe9610579acdb2f0b Mon Sep 17 00:00:00 2001 From: Matthew Date: Tue, 9 May 2023 22:35:55 +0200 Subject: [PATCH] wat is stable --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9076983..4fe7220 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.11.3-slim-bullseye WORKDIR /app -RUN pip install streamrip --upgrade +RUN pip install git+https://github.com/hifimusix/streamrip.git --upgrade COPY .config/streamrip/config.toml /root/.config/streamrip/config.toml COPY docker-entrypoint.sh ./