Compare commits

...

2 Commits

Author SHA1 Message Date
d3196afffa Merge branch 'master' of ssh://git.cesium.pw:2335/niku/streamrip-docker
All checks were successful
Publish Docker image / Push Docker image to registry (push) Successful in 3m59s
2025-01-27 20:09:11 +01:00
532eb4aed5 back to the original repo 2025-01-27 20:09:10 +01:00

View File

@@ -2,7 +2,8 @@ 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 ./