Fixed building, missing pillow library

This commit is contained in:
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 update --yes --fix-missing && apt-get upgrade --yes && \
apt-get install --yes --no-install-recommends \ apt-get install --yes --no-install-recommends \
apt-utils \ apt-utils \
build-essential \
bash \ bash \
coreutils \ coreutils \
python-pip \ python-pip \

View File

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