Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing "mysql" command in the docker image (Debian Bookworm) #26

Open
Renrhaf opened this issue Apr 18, 2024 · 0 comments
Open

Missing "mysql" command in the docker image (Debian Bookworm) #26

Renrhaf opened this issue Apr 18, 2024 · 0 comments

Comments

@Renrhaf
Copy link
Sponsor

Renrhaf commented 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 :

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.

Renrhaf added a commit to Renrhaf/frankenphp-drupal that referenced this issue Apr 18, 2024
Fix Issue dunglas#26 : missing "mysql" command in the docker image (Debian Bookworm)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant