mirror of
https://github.com/linuxserver/docker-beets.git
synced 2026-02-20 02:34:56 +08:00
rebase to alpine 3.5
This commit is contained in:
parent
7548dd6934
commit
f62d045eb4
10
Dockerfile
10
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 \
|
||||
|
||||
@ -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…
x
Reference in New Issue
Block a user