From d08683b5a79d4eaf8556e4cef89ba61903ae6836 Mon Sep 17 00:00:00 2001 From: Tom Price Date: Tue, 3 Apr 2018 21:39:17 +0100 Subject: [PATCH] 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). --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6a9fcfe..0b6251f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \