mirror of
https://github.com/linuxserver/docker-beets.git
synced 2026-01-30 04:51:53 +08:00
add pillow for plugins related to artwork, Closes #2
This commit is contained in:
parent
48e8372510
commit
9b629a3d31
@ -2,7 +2,7 @@ FROM linuxserver/baseimage.python
|
||||
MAINTAINER smdion <me@seandion.com> ,Sparklyballs <sparklyballs@linuxserver.io>
|
||||
|
||||
ENV BEETSDIR /config
|
||||
ENV APTLIST="ffmpeg lame libav-tools libchromaprint-tools libyaml-dev mp3gain"
|
||||
ENV APTLIST="ffmpeg lame libav-tools libchromaprint-tools libjpeg8-dev libopenjpeg-dev libpng12-dev libyaml-dev mp3gain"
|
||||
|
||||
RUN add-apt-repository ppa:mc3man/trusty-media && \
|
||||
apt-get update -q && \
|
||||
@ -10,6 +10,7 @@ apt-get install $APTLIST -qy && \
|
||||
pip install -U pyacoustid && \
|
||||
pip install -U pylast && \
|
||||
pip install -U flask && \
|
||||
pip install -U pillow && \
|
||||
pip install -U beets && \
|
||||
apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
|
||||
|
||||
|
||||
@ -3,4 +3,5 @@
|
||||
pip install -U pyacoustid
|
||||
pip install -U pylast
|
||||
pip install -U flask
|
||||
pip install -U pillow
|
||||
pip install -U beets
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user