mirror of
https://github.com/linuxserver/docker-nextcloud.git
synced 2026-02-19 23:03:50 +08:00
Add imagemagick support for dynamic icon generation.
Install the additional packages required to support [theme icon generation](https://docs.nextcloud.com/server/13/admin_manual/configuration_server/theming.html#theming-of-icons).
This commit is contained in:
parent
b8d97ff66d
commit
d08683b5a7
@ -29,6 +29,7 @@ RUN \
|
||||
apk add --no-cache \
|
||||
curl \
|
||||
ffmpeg \
|
||||
imagemagick \
|
||||
libxml2 \
|
||||
php7-apcu \
|
||||
php7-bz2 \
|
||||
@ -40,6 +41,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