Update 'docker/web/Containerfile'

This commit is contained in:
2023-06-19 22:49:14 +02:00
parent dcf12e9530
commit 49570baa5a

View File

@@ -2,4 +2,4 @@ FROM php:8.2-apache
RUN apt-get update \
&& apt-get install -y libpq-dev \
&& docker-php-ext-install pdo_psql
&& docker-php-ext-install pdo_pgsql