diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..3f05bcb --- /dev/null +++ b/Dockerfile @@ -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