mirror of
https://github.com/linuxserver/docker-beets.git
synced 2026-02-20 02:34:56 +08:00
Merge pull request #36 from linuxserver/rebase_alpine_3.8
rebase to alpine 3.8 and build with python3
This commit is contained in:
commit
2210cada48
@ -1,4 +1,4 @@
|
||||
FROM lsiobase/alpine:3.7
|
||||
FROM lsiobase/alpine:3.8
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
@ -38,6 +38,7 @@ RUN \
|
||||
openjpeg \
|
||||
py2-gobject3 \
|
||||
py2-pip \
|
||||
py2-pylast \
|
||||
python2 \
|
||||
sqlite-libs \
|
||||
tar \
|
||||
@ -73,7 +74,6 @@ RUN \
|
||||
pillow \
|
||||
pip \
|
||||
pyacoustid \
|
||||
pylast \
|
||||
requests \
|
||||
unidecode && \
|
||||
echo "**** cleanup ****" && \
|
||||
|
||||
@ -87,6 +87,7 @@ Contains [beets-copyartifacts](https://github.com/sbarakat/beets-copyartifacts)
|
||||
|
||||
## Versions
|
||||
|
||||
+ **15.08.18:** Rebase to alpine 3.8, use alpine repo version of pylast.
|
||||
+ **12.08.18:** Add requests pip package.
|
||||
+ **04.03.18:** Upgrade mp3gain to 1.6.1.
|
||||
+ **02.01.18:** Deprecate cpu_core routine lack of scaling.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user