Skip to content

Commit

Permalink
nextcloud: Add imagick PHP module dependency.
Browse files Browse the repository at this point in the history
Nextcloud 18 can leverage the "imagick" PHP module to improve
photo/image performance.  Add a dependency on the php74-pecl-imagick-im7
package to make that module available Nextcloud, accordingly.  Doing
so also addresses a warning displayed in the Nextcloud Web UI
Settings->Overview (i.e., /settings/admin/overview) page about the
missing "imagick" module.
  • Loading branch information
ossama-othman committed May 11, 2020
1 parent d3eb418 commit cdeefe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nextcloud.json
Expand Up @@ -10,6 +10,7 @@
},
"pkgs": [
"nextcloud-php74",
"php74-pecl-imagick-im7",
"nginx",
"mysql57-server"
],
Expand Down

0 comments on commit cdeefe8

Please sign in to comment.