Install php postgres and enable it in php.ini
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM registry.brunner.ninja/feedc0de/php-apache
|
||||
|
||||
RUN pacman -Syu --noconfirm php-pgsql \
|
||||
&& pacman -Sc --noconfirm \
|
||||
&& rm -v /var/log/pacman.log /var/lib/pacman/sync/*
|
||||
|
||||
RUN sed -i '/extension=pgsql/ s/^;//' /etc/php/php.ini
|
||||
Reference in New Issue
Block a user