summaryrefslogtreecommitdiffstats
path: root/.examples/README.md
diff options
context:
space:
mode:
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`