From 3dc108f65b5779187e7ca1c02b35954649f7285e Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sun, 24 Nov 2024 21:51:18 +0100 Subject: [PATCH] add pdo pgsql driver (maybe the right one) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 01882e9..7f031ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -74,12 +74,12 @@ RUN apk add --no-cache --update \ ${VER_PHP}-iconv \ ${VER_PHP}-gettext \ ${VER_PHP}-mysqli \ + ${VER_PHP}-pgsql \ ${VER_PHP}-opcache \ ${VER_PHP}-dom \ ${VER_PHP}-xml \ ${VER_PHP}-simplexml \ ${VER_PHP}-zip \ - ${VER_PHP}-pdo_pgsql \ ${VER_PHP}-pdo_sqlite # Copy PHP configuration