mirror of
https://github.com/linuxserver/docker-beets.git
synced 2026-02-20 02:34:56 +08:00
Revert "Use poetry for package install"
This reverts commit 9538ebe480e860f76b9c1806eadef29e8b37bc75.
This commit is contained in:
parent
9538ebe480
commit
03d5a93ab3
16
Dockerfile
16
Dockerfile
@ -23,9 +23,9 @@ RUN \
|
||||
jpeg-dev \
|
||||
libedit-dev \
|
||||
libpng-dev \
|
||||
llvm-dev \
|
||||
mpg123-dev \
|
||||
openjpeg-dev \
|
||||
poetry \
|
||||
python3-dev && \
|
||||
echo "**** install runtime packages ****" && \
|
||||
apk add --no-cache \
|
||||
@ -85,11 +85,21 @@ RUN \
|
||||
wheel && \
|
||||
echo "**** install beets ****" && \
|
||||
cd /tmp/beets && \
|
||||
poetry install && \
|
||||
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ . && \
|
||||
echo "**** install pip packages ****" && \
|
||||
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \
|
||||
beautifulsoup4 \
|
||||
beets-extrafiles \
|
||||
beetcamp && \
|
||||
beetcamp \
|
||||
python3-discogs-client \
|
||||
flask \
|
||||
PyGObject \
|
||||
pyacoustid \
|
||||
pylast \
|
||||
requests \
|
||||
requests_oauthlib \
|
||||
typing-extensions \
|
||||
unidecode && \
|
||||
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
|
||||
echo "**** cleanup ****" && \
|
||||
apk del --purge \
|
||||
|
||||
@ -23,9 +23,9 @@ RUN \
|
||||
jpeg-dev \
|
||||
libedit-dev \
|
||||
libpng-dev \
|
||||
llvm-dev \
|
||||
mpg123-dev \
|
||||
openjpeg-dev \
|
||||
poetry \
|
||||
python3-dev && \
|
||||
echo "**** install runtime packages ****" && \
|
||||
apk add --no-cache \
|
||||
@ -85,11 +85,21 @@ RUN \
|
||||
wheel && \
|
||||
echo "**** install beets ****" && \
|
||||
cd /tmp/beets && \
|
||||
poetry install && \
|
||||
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ . && \
|
||||
echo "**** install pip packages ****" && \
|
||||
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \
|
||||
beautifulsoup4 \
|
||||
beets-extrafiles \
|
||||
beetcamp && \
|
||||
beetcamp \
|
||||
python3-discogs-client \
|
||||
flask \
|
||||
PyGObject \
|
||||
pyacoustid \
|
||||
pylast \
|
||||
requests \
|
||||
requests_oauthlib \
|
||||
typing-extensions \
|
||||
unidecode && \
|
||||
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
|
||||
echo "**** cleanup ****" && \
|
||||
apk del --purge \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user