Skip to content

Commit 410cb72

Browse files
committed
Install pgsql php ext
1 parent 3a85087 commit 410cb72

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.docker/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ RUN pecl install xhprof
1414

1515
RUN docker-php-ext-enable xhprof
1616

17+
# PDO database drivers support
18+
RUN apk --no-cache add postgresql-dev
19+
RUN docker-php-ext-install \
20+
pgsql pdo_pgsql
21+
1722
ARG CACHEBUST=1
1823

1924
# Install Composer

0 commit comments

Comments
 (0)