back to the original repo
This commit is contained in:
parent
6efed23405
commit
532eb4aed5
@ -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" ]
|
||||
ENTRYPOINT [ "/app/docker-entrypoint.sh" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user