docker

The default php images like php:7.0-fpm may not contain all required php extensions like mysqli, pdo, mbstring, which are the most common requirements for a website based on PHP or a framework like Drupal, Wordpress or Laravel. In such cases, the extensions need to be manually added to the image. This can be done as follows -