mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-06 08:23:31 +01:00
Merge pull request #109 from linuxserver/prefixfix-nightly
This commit is contained in:
commit
88a8abe0c2
2 changed files with 2 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue