Skip to content

Commit 98b3d37

Browse files
committed
Add flask-cors per #135
1 parent 50aada7 commit 98b3d37

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ RUN \
7070
python3 -m venv /lsiopy && \
7171
pip install -U --no-cache-dir \
7272
pip \
73-
setuptools \
74-
wheel && \
73+
setuptools && \
7574
echo "**** install beets ****" && \
7675
cd /tmp/beets && \
7776
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ . && \
@@ -82,6 +81,7 @@ RUN \
8281
beetcamp \
8382
python3-discogs-client \
8483
flask \
84+
flask-cors \
8585
PyGObject \
8686
pyacoustid \
8787
pylast \

Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ RUN \
6969
python3 -m venv /lsiopy && \
7070
pip install -U --no-cache-dir \
7171
pip \
72-
setuptools \
73-
wheel && \
72+
setuptools && \
7473
echo "**** install beets ****" && \
7574
cd /tmp/beets && \
7675
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ . && \
@@ -81,6 +80,7 @@ RUN \
8180
beetcamp \
8281
python3-discogs-client \
8382
flask \
83+
flask-cors \
8484
PyGObject \
8585
pyacoustid \
8686
pylast \

0 commit comments

Comments
 (0)