File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 jpeg-dev \
2424 libedit-dev \
2525 libpng-dev \
26+ llvm-dev \
2627 mpg123-dev \
2728 openjpeg-dev \
28- poetry \
2929 python3-dev && \
3030 echo "**** install runtime packages ****" && \
3131 apk add --no-cache \
@@ -85,11 +85,21 @@ RUN \
8585 wheel && \
8686 echo "**** install beets ****" && \
8787 cd /tmp/beets && \
88- poetry install && \
88+ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ . && \
8989 echo "**** install pip packages ****" && \
9090 pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \
91+ beautifulsoup4 \
9192 beets-extrafiles \
92- beetcamp && \
93+ beetcamp \
94+ python3-discogs-client \
95+ flask \
96+ PyGObject \
97+ pyacoustid \
98+ pylast \
99+ requests \
100+ requests_oauthlib \
101+ typing-extensions \
102+ unidecode && \
93103 printf "Linuxserver.io version: ${VERSION}\n Build-date: ${BUILD_DATE}" > /build_version && \
94104 echo "**** cleanup ****" && \
95105 apk del --purge \
Original file line number Diff line number Diff line change 2323 jpeg-dev \
2424 libedit-dev \
2525 libpng-dev \
26+ llvm-dev \
2627 mpg123-dev \
2728 openjpeg-dev \
28- poetry \
2929 python3-dev && \
3030 echo "**** install runtime packages ****" && \
3131 apk add --no-cache \
@@ -85,11 +85,21 @@ RUN \
8585 wheel && \
8686 echo "**** install beets ****" && \
8787 cd /tmp/beets && \
88- poetry install && \
88+ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ . && \
8989 echo "**** install pip packages ****" && \
9090 pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \
91+ beautifulsoup4 \
9192 beets-extrafiles \
92- beetcamp && \
93+ beetcamp \
94+ python3-discogs-client \
95+ flask \
96+ PyGObject \
97+ pyacoustid \
98+ pylast \
99+ requests \
100+ requests_oauthlib \
101+ typing-extensions \
102+ unidecode && \
93103 printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
94104 echo "**** cleanup ****" && \
95105 apk del --purge \
You can’t perform that action at this time.
0 commit comments