mirror of
https://github.com/linuxserver/docker-beets.git
synced 2026-02-20 02:34:56 +08:00
Add flask-cors per #135
This commit is contained in:
parent
50aada7ee8
commit
98b3d372db
@ -70,8 +70,7 @@ RUN \
|
||||
python3 -m venv /lsiopy && \
|
||||
pip install -U --no-cache-dir \
|
||||
pip \
|
||||
setuptools \
|
||||
wheel && \
|
||||
setuptools && \
|
||||
echo "**** install beets ****" && \
|
||||
cd /tmp/beets && \
|
||||
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ . && \
|
||||
@ -82,6 +81,7 @@ RUN \
|
||||
beetcamp \
|
||||
python3-discogs-client \
|
||||
flask \
|
||||
flask-cors \
|
||||
PyGObject \
|
||||
pyacoustid \
|
||||
pylast \
|
||||
|
||||
@ -69,8 +69,7 @@ RUN \
|
||||
python3 -m venv /lsiopy && \
|
||||
pip install -U --no-cache-dir \
|
||||
pip \
|
||||
setuptools \
|
||||
wheel && \
|
||||
setuptools && \
|
||||
echo "**** install beets ****" && \
|
||||
cd /tmp/beets && \
|
||||
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ . && \
|
||||
@ -81,6 +80,7 @@ RUN \
|
||||
beetcamp \
|
||||
python3-discogs-client \
|
||||
flask \
|
||||
flask-cors \
|
||||
PyGObject \
|
||||
pyacoustid \
|
||||
pylast \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user