Install libjpeg62 in the Docker image

This commit is contained in:
bandesz
2017-01-18 14:30:49 +00:00
parent f5b0add361
commit 74536530b0

View File

@@ -38,6 +38,7 @@ RUN \
libmagickwand-dev \
ghostscript \
jq \
libjpeg62 \
&& echo "Install nodejs" \
&& cd /tmp \