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 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 \
|
||||||
|
|
|
@ -11,6 +11,7 @@ markdown-attr-plus
|
||||||
MarkupSafe
|
MarkupSafe
|
||||||
pelican
|
pelican
|
||||||
pelican-alias
|
pelican-alias
|
||||||
|
pillow
|
||||||
Pygments
|
Pygments
|
||||||
pytz
|
pytz
|
||||||
six
|
six
|
||||||
|
|
Reference in New Issue