Merge pull request #121 from linuxserver/nightly-buildfix

use pip to install beets
This commit is contained in:
aptalca 2024-06-13 13:24:00 -04:00 committed by GitHub
commit 0ccf1b4824
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View File

@ -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 \

View File

@ -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 \