Add flask-cors per #135

This commit is contained in:
thespad 2026-02-01 19:57:06 +00:00
parent 50aada7ee8
commit 98b3d372db
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

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

View File

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