Merge pull request #54 from tomtom5152/patch-1

Add imagemagick support for dynamic icon generation.
This commit is contained in:
Alex Phillips 2018-12-17 15:03:03 -05:00 committed by GitHub
commit ef9968c254
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ RUN \
apk add --no-cache \
curl \
ffmpeg \
imagemagick \
libxml2 \
php7-apcu \
php7-bz2 \
@ -37,6 +38,7 @@ RUN \
php7-gd \
php7-gmp \
php7-iconv \
php7-imagick \
php7-imap \
php7-intl \
php7-ldap \