mirror of
https://github.com/linuxserver/docker-nextcloud.git
synced 2026-02-19 23:03:50 +08:00
Merge pull request #54 from tomtom5152/patch-1
Add imagemagick support for dynamic icon generation.
This commit is contained in:
commit
ef9968c254
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user