From 7fe9d1a32ca680a214daca7d298b558696ee0314 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Tue, 21 Nov 2023 14:02:38 +0200 Subject: [PATCH] Add pgsql pdo to dockerfile (#242) * Add pgsql pdo to dockerfile * Address code review --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 099d94a1..984f615e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,8 +48,8 @@ RUN apk add --update --no-cache \ php81 \ # Composer dependencies php81-phar \ - # PHP SQLite & MySQL/MariaDB drivers - php81-pdo_sqlite php81-sqlite3 php81-pdo_mysql \ + # PHP SQLite, MySQL/MariaDB & Postgres drivers + php81-pdo_sqlite php81-sqlite3 php81-pdo_mysql php81-pdo_pgsql php81-pgsql \ # PHP extensions php81-xml php81-gd php81-mbstring php81-tokenizer php81-fileinfo php81-bcmath php81-ctype php81-dom \ # Runtime dependencies