mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-27 02:37:05 +01:00
use pip to install beets
This commit is contained in:
parent
9d84c4c8c6
commit
f137bd7711
2 changed files with 2 additions and 4 deletions
|
|
@ -87,8 +87,7 @@ RUN \
|
|||
wheel && \
|
||||
echo "**** install beets ****" && \
|
||||
cd /tmp/beets && \
|
||||
python3 setup.py build && \
|
||||
python3 setup.py install --prefix=/lsiopy --root=/ && \
|
||||
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.19/ . && \
|
||||
echo "**** install pip packages ****" && \
|
||||
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.19/ \
|
||||
beautifulsoup4 \
|
||||
|
|
|
|||
|
|
@ -87,8 +87,7 @@ RUN \
|
|||
wheel && \
|
||||
echo "**** install beets ****" && \
|
||||
cd /tmp/beets && \
|
||||
python3 setup.py build && \
|
||||
python3 setup.py install --prefix=/lsiopy --root=/ && \
|
||||
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.19/ . && \
|
||||
echo "**** install pip packages ****" && \
|
||||
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.19/ \
|
||||
beautifulsoup4 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue