From 532eb4aed538e24d30df8f475ac5569cc9f42f4b Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 27 Jan 2025 20:09:10 +0100 Subject: [PATCH] back to the original repo --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a5db176..dc04ac0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,9 +2,10 @@ FROM python:3.11.3-slim-bullseye WORKDIR /app RUN apt update && apt install -y git -RUN pip install git+https://github.com/hifimusix/streamrip.git --upgrade +#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 COPY docker-entrypoint.sh ./ RUN ["chmod", "+x", "/app/docker-entrypoint.sh"] -ENTRYPOINT [ "/app/docker-entrypoint.sh" ] \ No newline at end of file +ENTRYPOINT [ "/app/docker-entrypoint.sh" ]