File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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/ . && \
8281 beetcamp \
8382 python3-discogs-client \
8483 flask \
84+ flask-cors \
8585 PyGObject \
8686 pyacoustid \
8787 pylast \
Original file line number Diff line number Diff line change 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/ . && \
8180 beetcamp \
8281 python3-discogs-client \
8382 flask \
83+ flask-cors \
8484 PyGObject \
8585 pyacoustid \
8686 pylast \
You can’t perform that action at this time.
0 commit comments