add webp support, part of Pillow lib upgrade, discussed in #150

pull/153/head
meeb 2021-09-04 19:06:23 +10:00
parent c51a5bb365
commit 3525a65cd6
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ RUN set -x && \
libpq-dev \
libpq5 \
libjpeg62-turbo \
libwebp6 \
libjpeg-dev \
zlib1g-dev \
libwebp-dev && \