mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-06 16:34:31 +01:00
rebase to alpine 3.5
This commit is contained in:
parent
7548dd6934
commit
f62d045eb4
2 changed files with 6 additions and 5 deletions
10
Dockerfile
10
Dockerfile
|
|
@ -1,4 +1,4 @@
|
||||||
FROM lsiobase/alpine
|
FROM lsiobase/alpine:3.5
|
||||||
MAINTAINER sparklyballs
|
MAINTAINER sparklyballs
|
||||||
|
|
||||||
# set version label
|
# set version label
|
||||||
|
|
@ -22,10 +22,10 @@ RUN \
|
||||||
libpng \
|
libpng \
|
||||||
nano \
|
nano \
|
||||||
openjpeg \
|
openjpeg \
|
||||||
|
py2-pip \
|
||||||
|
py2-unidecode \
|
||||||
py-gobject3 \
|
py-gobject3 \
|
||||||
py-pip \
|
python2 \
|
||||||
python \
|
|
||||||
py-unidecode \
|
|
||||||
sqlite-libs \
|
sqlite-libs \
|
||||||
tar \
|
tar \
|
||||||
wget && \
|
wget && \
|
||||||
|
|
@ -41,7 +41,7 @@ RUN \
|
||||||
libpng-dev \
|
libpng-dev \
|
||||||
make \
|
make \
|
||||||
openjpeg-dev \
|
openjpeg-dev \
|
||||||
python-dev && \
|
python2-dev && \
|
||||||
|
|
||||||
# compile mp3gain
|
# compile mp3gain
|
||||||
mkdir -p \
|
mkdir -p \
|
||||||
|
|
|
||||||
|
|
@ -85,6 +85,7 @@ Contains [beets-copyartifacts](https://github.com/sbarakat/beets-copyartifacts)
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
+ **06.02.17:** Rebase to alpine linux 3.5.
|
||||||
+ **16.01.17:** Add packages required for replaygain.
|
+ **16.01.17:** Add packages required for replaygain.
|
||||||
+ **24.12.16:** Add [beets-copyartifacts](https://github.com/sbarakat/beets-copyartifacts) plugin.
|
+ **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
|
+ **07.12.16:** Edit cmake options for chromaprint, should now build and install fpcalc, add gstreamer lib
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue