We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 656f721 commit 2f91fd6Copy full SHA for 2f91fd6
ci/Dockerfile
@@ -15,7 +15,7 @@ RUN curl -sSLf \
15
https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions
16
RUN chmod +x /usr/local/bin/install-php-extensions
17
18
-RUN install-php-extensions amqp intl redis gd zip bcmath xsl
+RUN install-php-extensions amqp intl redis gd zip bcmath xsl pdo_pgsql
19
20
# Unlimited memory
21
RUN echo "memory_limit = -1" >>/usr/local/etc/php/conf.d/docker-php-memlimit.ini
0 commit comments