Merge pull request #109 from linuxserver/prefixfix-nightly

This commit is contained in:
Adam 2023-09-20 10:46:25 +01:00 committed by GitHub
commit 88a8abe0c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -88,7 +88,7 @@ RUN \
echo "**** install beets ****" && \
cd /tmp/beets && \
python3 setup.py build && \
python3 setup.py install --prefix=/usr --root=/ && \
python3 setup.py install --prefix=/lsiopy --root=/ && \
echo "**** install pip packages ****" && \
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.18/ \
beautifulsoup4 \

View file

@ -88,7 +88,7 @@ RUN \
echo "**** install beets ****" && \
cd /tmp/beets && \
python3 setup.py build && \
python3 setup.py install --prefix=/usr --root=/ && \
python3 setup.py install --prefix=/lsiopy --root=/ && \
echo "**** install pip packages ****" && \
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.18/ \
beautifulsoup4 \