Sign inSign up

bennythink/php

By bennythink

•Updated almost 2 years ago

PHP image that have MySQL and PostgreSQL support

Image
0

1.2K

bennythink/php repository overview


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

Tag summary

Content type

Image

Digest

sha256:d81220c28…

Size

225.9 MB

Last updated

almost 2 years ago

docker pull bennythink/php