Skip to content

Commit

Permalink
feat(ext): pdo_pgsql (#36)
Browse files Browse the repository at this point in the history
Add the `pdo_pgsql` extension to use PostgreSQL.

Co-authored-by: Leo Cavalcante <lc@leocavalcante.com>
  • Loading branch information
bgastaldi and leocavalcante authored Mar 19, 2024
1 parent b4e494c commit 7a24ee2
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 7a24ee2

Please sign in to comment.