Skip to content

Commit 2f91fd6

Browse files
committed
Add pdo_pgsql PHP extenstion
1 parent 656f721 commit 2f91fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN curl -sSLf \
1515
https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions
1616
RUN chmod +x /usr/local/bin/install-php-extensions
1717

18-
RUN install-php-extensions amqp intl redis gd zip bcmath xsl
18+
RUN install-php-extensions amqp intl redis gd zip bcmath xsl pdo_pgsql
1919

2020
# Unlimited memory
2121
RUN echo "memory_limit = -1" >>/usr/local/etc/php/conf.d/docker-php-memlimit.ini

0 commit comments

Comments
 (0)