From f671350e218a7a9eb85acb3370ed0201d998e562 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Tue, 14 Aug 2018 23:18:10 +0100 Subject: [PATCH] rebase to alpine 3.8 and use repo version pylast --- Dockerfile | 4 ++-- README.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5d7e792..ecab755 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ****" && \ diff --git a/README.md b/README.md index ca192ff..72071e4 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ Contains [beets-copyartifacts](https://github.com/sbarakat/beets-copyartifacts) ## Versions ++ **12.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.