mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-06 16:34:31 +01:00
rebase to alpine 3.8 and use repo version pylast
This commit is contained in:
parent
9a082b0047
commit
f671350e21
2 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM lsiobase/alpine:3.7
|
FROM lsiobase/alpine:3.8
|
||||||
|
|
||||||
# set version label
|
# set version label
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
|
|
@ -38,6 +38,7 @@ RUN \
|
||||||
openjpeg \
|
openjpeg \
|
||||||
py2-gobject3 \
|
py2-gobject3 \
|
||||||
py2-pip \
|
py2-pip \
|
||||||
|
py2-pylast \
|
||||||
python2 \
|
python2 \
|
||||||
sqlite-libs \
|
sqlite-libs \
|
||||||
tar \
|
tar \
|
||||||
|
|
@ -73,7 +74,6 @@ RUN \
|
||||||
pillow \
|
pillow \
|
||||||
pip \
|
pip \
|
||||||
pyacoustid \
|
pyacoustid \
|
||||||
pylast \
|
|
||||||
requests \
|
requests \
|
||||||
unidecode && \
|
unidecode && \
|
||||||
echo "**** cleanup ****" && \
|
echo "**** cleanup ****" && \
|
||||||
|
|
|
||||||
|
|
@ -87,6 +87,7 @@ Contains [beets-copyartifacts](https://github.com/sbarakat/beets-copyartifacts)
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
+ **12.08.18:** Rebase to alpine 3.8, use alpine repo version of pylast.
|
||||||
+ **12.08.18:** Add requests pip package.
|
+ **12.08.18:** Add requests pip package.
|
||||||
+ **04.03.18:** Upgrade mp3gain to 1.6.1.
|
+ **04.03.18:** Upgrade mp3gain to 1.6.1.
|
||||||
+ **02.01.18:** Deprecate cpu_core routine lack of scaling.
|
+ **02.01.18:** Deprecate cpu_core routine lack of scaling.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue