summaryrefslogtreecommitdiffstats
path: root/update.sh
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 /update.sh
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 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index 641ba587..8a323635 100755
--- a/update.sh
+++ b/update.sh
@@ -28,6 +28,7 @@ declare -A pecl_versions=(
[APCu]='5.1.15'
[memcached]='3.0.4'
[redis]='4.2.0'
+ [imagick]='3.4.3'
)
variants=(
@@ -78,6 +79,7 @@ function create_variant() {
s/%%APCU_VERSION%%/'"${pecl_versions[APCu]}"'/g;
s/%%MEMCACHED_VERSION%%/'"${pecl_versions[memcached]}"'/g;
s/%%REDIS_VERSION%%/'"${pecl_versions[redis]}"'/g;
+ s/%%IMAGICK_VERSION%%/'"${pecl_versions[imagick]}"'/g;
' "$dir/Dockerfile"
# Copy the shell scripts