wordpress: Don't install php-ssh2

Additional plugin and theme installation is done with the 'direct filesystem
method' as opposed to ssh, so this package is not needed.

Signed-off-by: Benedek Nagy <contact@nbenedek.me>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
nbenedek 2022-07-21 14:15:37 +02:00 committed by Sunil Mohan Adapa
parent e99d42fcc0
commit eeca9c05ba
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -83,8 +83,6 @@ class WordPressApp(app_module.App):
'php',
# Optional, for performance
'php-imagick',
# Optional, to upload plugins/themes using SSH connection
'php-ssh2',
# Optional, for performance
'php-zip',
# WordPress only supports MySQL/MariaDB as DB