You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When launching the "drush sql:cli" command which is supposed to log in the database & show a prompt, I get the following error on the Debian Bookworm based image :
root@a989d44603d7:/app# drush sql:cli
[warning] The shell command 'mysql' is required but cannot be found. Please install it and retry.
I think the dependency "mariadb-client" should be included in the base image, so that we don't need to customize the Dockerfile for this basic need. What do you think ? I'll prepare a PR right away.
The text was updated successfully, but these errors were encountered:
Renrhaf
added a commit
to Renrhaf/frankenphp-drupal
that referenced
this issue
Apr 18, 2024
When launching the "drush sql:cli" command which is supposed to log in the database & show a prompt, I get the following error on the Debian Bookworm based image :
I think the dependency "mariadb-client" should be included in the base image, so that we don't need to customize the Dockerfile for this basic need. What do you think ? I'll prepare a PR right away.
The text was updated successfully, but these errors were encountered: