Skip to content

Commit

Permalink
Add pdo_pgsql PHP extenstion (#1303)
Browse files Browse the repository at this point in the history
  • Loading branch information
melroy89 authored and BentiGorlich committed Dec 25, 2024
1 parent 4d5c1a5 commit ef4cb5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN curl -sSLf \
https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions
RUN chmod +x /usr/local/bin/install-php-extensions

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

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

0 comments on commit ef4cb5a

Please sign in to comment.