mirror of
https://github.com/linuxserver/docker-beets.git
synced 2026-02-06 03:47:26 +08:00
Merge pull request #121 from linuxserver/nightly-buildfix
use pip to install beets
This commit is contained in:
commit
0ccf1b4824
@ -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…
x
Reference in New Issue
Block a user