error installing, command 'mysql' not recognized --> add mariadb-client to apt resources in manifest.toml

This commit is contained in:
Boudewijn 2025-02-25 14:43:34 +01:00
parent e3e68e2e17
commit 5f909daf50

View file

@ -86,7 +86,7 @@ ram.runtime = "100M"
# This will pick a random port for reverse-proxying and store it as the $port setting # This will pick a random port for reverse-proxying and store it as the $port setting
[resources.apt] [resources.apt]
packages = "php8.3, php8.3-cli, php8.3-mbstring, php8.3-xml, php8.3-mysql, php8.3-intl, php8.3-pdo, php8.3-intl, composer" packages = "php8.3, php8.3-cli, php8.3-mbstring, php8.3-xml, php8.3-mysql, php8.3-intl, php8.3-pdo, php8.3-intl, composer, mariadb-client"
[resources.database] [resources.database]
# This will automatically provision/deprovison a MySQL DB and store the corresponding credentials in settings $db_user, $db_name, $db_pwd # This will automatically provision/deprovison a MySQL DB and store the corresponding credentials in settings $db_user, $db_name, $db_pwd