geerlingguy / drupal-container

Drupal container for running Drupal sites with Docker, built with Ansible.
https://hub.docker.com/r/geerlingguy/drupal/
44 stars 26 forks source link

Add mysql-client so Drush site-install can succeed #9

Closed geerlingguy closed 5 years ago

geerlingguy commented 5 years ago

Drush site-install uses mysql on the CLI to create/empty the database during a site-install, and without it you get the error:

In SiteInstallCommands.php line 354:

  Failed to create database: sh: 1: mysql: not found

See: https://github.com/geerlingguy/raspberry-pi-dramble/issues/138

geerlingguy commented 5 years ago

Pushing up new images now.