PHP image that have MySQL and PostgreSQL support
1.2K
ARG PHP_VERSION=8.3
FROM php:${PHP_VERSION}-apache
RUN apt update && apt install -y libpq-dev \
&& docker-php-ext-install mysqli pdo pdo_mysql pdo_pgsql pgsql && apt clean
Content type
Image
Digest
sha256:d81220c28…
Size
225.9 MB
Last updated
almost 2 years ago
docker pull bennythink/php