diff --git a/Dockerfile b/Dockerfile index c6cbe2b..46b8d19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM lsiobase/alpine +FROM lsiobase/alpine:3.5 MAINTAINER sparklyballs # set version label @@ -22,10 +22,10 @@ RUN \ libpng \ nano \ openjpeg \ + py2-pip \ + py2-unidecode \ py-gobject3 \ - py-pip \ - python \ - py-unidecode \ + python2 \ sqlite-libs \ tar \ wget && \ @@ -41,7 +41,7 @@ RUN \ libpng-dev \ make \ openjpeg-dev \ - python-dev && \ + python2-dev && \ # compile mp3gain mkdir -p \ diff --git a/README.md b/README.md index 117ab0b..96bc98e 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ Contains [beets-copyartifacts](https://github.com/sbarakat/beets-copyartifacts) ## Versions ++ **06.02.17:** Rebase to alpine linux 3.5. + **16.01.17:** Add packages required for replaygain. + **24.12.16:** Add [beets-copyartifacts](https://github.com/sbarakat/beets-copyartifacts) plugin. + **07.12.16:** Edit cmake options for chromaprint, should now build and install fpcalc, add gstreamer lib