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 \
2726 mpg123-dev \
2827 openjpeg-dev \
28+ poetry \
2929 python3-dev && \
3030 echo "**** install runtime packages ****" && \
3131 apk add --no-cache \
@@ -85,21 +85,11 @@ RUN \
8585 wheel && \
8686 echo "**** install beets ****" && \
8787 cd /tmp/beets && \
88- pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ . && \
88+ poetry install && \
8989 echo "**** install pip packages ****" && \
9090 pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \
91- beautifulsoup4 \
9291 beets-extrafiles \
93- beetcamp \
94- python3-discogs-client \
95- flask \
96- PyGObject \
97- pyacoustid \
98- pylast \
99- requests \
100- requests_oauthlib \
101- typing-extensions \
102- unidecode && \
92+ beetcamp && \
10393 printf "Linuxserver.io version: ${VERSION}\n Build-date: ${BUILD_DATE}" > /build_version && \
10494 echo "**** cleanup ****" && \
10595 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 \
2726 mpg123-dev \
2827 openjpeg-dev \
28+ poetry \
2929 python3-dev && \
3030 echo "**** install runtime packages ****" && \
3131 apk add --no-cache \
@@ -85,21 +85,11 @@ RUN \
8585 wheel && \
8686 echo "**** install beets ****" && \
8787 cd /tmp/beets && \
88- pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ . && \
88+ poetry install && \
8989 echo "**** install pip packages ****" && \
9090 pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \
91- beautifulsoup4 \
9291 beets-extrafiles \
93- beetcamp \
94- python3-discogs-client \
95- flask \
96- PyGObject \
97- pyacoustid \
98- pylast \
99- requests \
100- requests_oauthlib \
101- typing-extensions \
102- unidecode && \
92+ beetcamp && \
10393 printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
10494 echo "**** cleanup ****" && \
10595 apk del --purge \
You can’t perform that action at this time.
0 commit comments