mirror of
https://github.com/YunoHost-Apps/linkstack_ynh.git
synced 2024-09-03 19:36:14 +02:00
Add php8.1-imagick as dependency
see https://github.com/LinkStackOrg/LinkStack/releases/tag/v4.2.3
This commit is contained in:
parent
3f3e8f662f
commit
b27fa1443a
1 changed files with 1 additions and 1 deletions
|
@ -84,4 +84,4 @@ ram.runtime = "50M"
|
|||
[resources.apt]
|
||||
# This will automatically install/uninstall the following apt packages
|
||||
# and implicitly define the $phpversion setting as 8.0 (if phpX.Y-foobar dependencies are listed)
|
||||
packages = "php8.1-bcmath php8.1-curl php8.1-mbstring php8.1-xml php8.1-sqlite3"
|
||||
packages = "php8.1-bcmath php8.1-curl php8.1-imagick php8.1-mbstring php8.1-xml php8.1-sqlite3"
|
||||
|
|
Loading…
Reference in a new issue