dunglas / dunglas/frankenphp-drupal
Missing "mysql" command in the docker image (Debian Bookworm)
Open
- Dominant language
- Dockerfile
- Stars
- 96
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.