Skip to content

Commit

Permalink
feat(ext): pdo_pgsql
Browse files Browse the repository at this point in the history
Add the `pdo_pgsql` extension to use PostgreSQL.
  • Loading branch information
bgastaldi authored Mar 13, 2024
1 parent 2881959 commit 0457bb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN apk add --update --no-cache \
php${PHP}-pcntl \
php${PHP}-pdo \
php${PHP}-pdo_mysql \
php${PHP}-pdo_pgsql \
php${PHP}-phar \
php${PHP}-posix \
php${PHP}-simplexml \
Expand Down

0 comments on commit 0457bb3

Please sign in to comment.