corgibytes / php-docker-base-image

Adds common extensions the official PHP Docker image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Adds common extensions the official PHP Docker image


Languages

Language:Dockerfile 100.0%