Fixed building, missing pillow library

master
Felix Delattre 2018-07-27 23:55:49 +02:00
parent f59fbb42ac
commit 1dec70fa05
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update --yes --fix-missing && apt-get upgrade --yes && \
apt-get install --yes --no-install-recommends \
apt-utils \
build-essential \
bash \
coreutils \
python-pip \

View File

@ -11,6 +11,7 @@ markdown-attr-plus
MarkupSafe
pelican
pelican-alias
pillow
Pygments
pytz
six