add libjpeg to container build, resolves #149

pull/153/head
meeb 2021-09-04 17:13:21 +10:00
parent a59e7fe65f
commit 7f4b9aff14
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ RUN set -x && \
postgresql-common \
libpq-dev \
libpq5 \
libjpeg62-turbo \
libjpeg-dev \
zlib1g-dev \
libwebp-dev && \