added missing mariadb dependency (client)

This commit is contained in:
muppeth 2024-08-23 11:45:55 +02:00
parent 9ec8c3adf7
commit 8f027befe1
Signed by: muppeth
GPG key ID: 0EBC7B9848D04031

View file

@ -3,6 +3,8 @@
ninja_pkgs:
- openssl
- unzip
- mariadb-client
- mariadb-common
ninja_app_dir: '/var/www/invoiceninja'
ninja_app_username: 'www-data'
ninja_app_group: 'www-data'