Install php postgres and enable it in php.ini

This commit is contained in:
2025-10-26 13:46:24 +01:00
parent e2e2a5f2c8
commit 543253f86f
+7
View File
@@ -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