nextcloud: install imagemagick-6.q16 package as it seems to be quired to get svg previews in nextcloud as well

This commit is contained in:
Rico 2021-12-21 18:14:16 +01:00
parent c8dca11f1a
commit 6543d1eba4
Signed by: stillbeben
GPG key ID: AE1066B5BD0B5041

View file

@ -1,4 +1,9 @@
defaults = {
'apt': {
'packages': {
'imagemagick-6.q16': {},
},
},
'php': {
'version': '8.0',
'packages': {