Skip to content

Commit 3234ad7

Browse files
authored
Add Postgres support (#10)
1 parent 7edf870 commit 3234ad7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ RUN apt-get install -y --no-install-recommends \
2424
libzip-dev \
2525
libonig-dev \
2626
libxml2-dev \
27+
libpq-dev \
2728
curl \
2829
jq \
2930
unzip \
@@ -41,6 +42,7 @@ RUN docker-php-ext-install -j$(nproc) \
4142
sodium \
4243
pdo \
4344
pdo_mysql \
45+
pdo_pgsql \
4446
mysqli \
4547
gd \
4648
intl \

0 commit comments

Comments
 (0)