php with mysql, pdo, and mod_rewrite enabled
207
The official php images used to come with many common extensions installed. Now they took them out and want you to install the ones you need. This is just official php with mysql, pdo, extensions, and also it enables mod_rewrite.
FROM php:5.4-apache
RUN docker-php-ext-install mysql mysqli pdo pdo_mysql lib
RUN cp /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/rewrite.load
Content type
Image
Digest
sha256:50ebe2e5b…
Size
138 MB
Last updated
almost 11 years ago
docker pull awokeknowing/php-mysql:5.4-apache