Merge pull request #22 from linuxserver/3.5

rebase to alpine 3.5
master
Neil 9 years ago committed by GitHub
commit 8e3646feda

@ -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 \

@ -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

Loading…
Cancel
Save