use pip to install beets

This commit is contained in:
aptalca 2024-06-13 08:57:17 -04:00
parent 9d84c4c8c6
commit f137bd7711
No known key found for this signature in database
GPG key ID: BE36CFFB9FD85548
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 \