Add pgsql php extension to support postgres backends

This commit is contained in:
Ethan Paul 2024-04-12 17:05:06 -04:00
parent fb5b3ab2c4
commit a990337983
Signed by: enpaul
GPG Key ID: 9B6D99E4CFA31867
1 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,8 @@ RUN install-php-extensions \
redis \
imagick \
sysvsem \
opcache
opcache \
pgsql
# Copy optimized php.ini-development and production