From 9b629a3d31b3fcabb2995f682cecba5fde617bc9 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Tue, 17 Nov 2015 02:45:45 +0000 Subject: [PATCH] add pillow for plugins related to artwork, Closes #2 --- Dockerfile | 3 ++- init/30_update.sh | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 251e15f..abb6f70 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM linuxserver/baseimage.python MAINTAINER smdion ,Sparklyballs 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/* diff --git a/init/30_update.sh b/init/30_update.sh index b71c6dc..5daf286 100644 --- a/init/30_update.sh +++ b/init/30_update.sh @@ -3,4 +3,5 @@ pip install -U pyacoustid pip install -U pylast pip install -U flask +pip install -U pillow pip install -U beets