Fixed building, missing pillow library
This commit is contained in:
parent
f59fbb42ac
commit
1dec70fa05
|
@ -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 \
|
||||
|
|
|
@ -11,6 +11,7 @@ markdown-attr-plus
|
|||
MarkupSafe
|
||||
pelican
|
||||
pelican-alias
|
||||
pillow
|
||||
Pygments
|
||||
pytz
|
||||
six
|
||||
|
|
Reference in New Issue