Skip to content

Commit 11c105a

Browse files
author
Antonio Esposito
committed
Add PDO/PostgreSQL driver
1 parent a5c5965 commit 11c105a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pg/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM michelesr/php-composer:latest
22

3-
RUN apt update && apt install -y libpq-dev
4-
RUN docker-php-ext-install pgsql
3+
RUN apt update && apt install -y libpq-dev libpq5
4+
RUN docker-php-ext-install pgsql pdo pdo_pgsql

0 commit comments

Comments
 (0)