summaryrefslogtreecommitdiffstats
path: root/.examples/README.md
diff options
context:
space:
mode:
authorRobert Dailey <rcdailey@gmail.com>2018-12-10 18:06:21 -0600
committerRobert Dailey <rcdailey@gmail.com>2018-12-12 13:44:27 -0600
commit2f90715d31ddfc0983ab6b55918ee8078e506f0b (patch)
tree4b10faa5ca06a0137e26ce477ff1f5788774f71a /.examples/README.md
parent783232840a16a3f9100da526edf8ca597800ac2a (diff)
Add imagick php extension
There is a warning issued in Nextcloud 15 about 'imagick' php extension not being present. They highly recommend that it be installed. Fixes #574, fixes #263 Signed-off-by: Robert Dailey <rcdailey@gmail.com>
Diffstat (limited to '.examples/README.md')
-rw-r--r--.examples/README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/.examples/README.md b/.examples/README.md
index d2183447..f2842d92 100644
--- a/.examples/README.md
+++ b/.examples/README.md
@@ -32,11 +32,6 @@ The required steps for each optional/recommended package that is not already in
#### PHP Module bz2
`docker-php-ext-install bz2`
-#### PHP Module imagick
-`apt install libmagickwand-dev`
-`pecl install imagick`
-`docker-php-ext-enable imagick`
-
#### PHP Module imap
`apt install libc-client-dev libkrb5-dev`
`docker-php-ext-configure imap --with-kerberos --with-imap-ssl`