Compare commits
2 Commits
6b5994984e
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| d3196afffa | |||
| 532eb4aed5 |
@@ -2,7 +2,8 @@ FROM python:3.11.3-slim-bullseye
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN apt update && apt install -y git
|
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 .config/streamrip/config.toml /root/.config/streamrip/config.toml
|
||||||
|
|
||||||
COPY docker-entrypoint.sh ./
|
COPY docker-entrypoint.sh ./
|
||||||
|
|||||||
Reference in New Issue
Block a user