/php-docker-base-image

Adds common extensions the official PHP Docker image

Primary LanguageDockerfile

PHP Docker Base Image

The official PHP image doesn't include any extensions, database drivers, tools (composer), etc.

This image includes all that so yours doesn't have to!

Extensions:

  • gd
  • mcrypt
  • opcache
  • pdo
  • zip

Database drivers:

  • MySQL
  • MS SQL Server

Tools:

  • composer
  • postfix