FROM php:8.0-apache RUN apt-get update && apt-get install -y libpq-dev RUN docker-php-ext-install pdo pdo_pgsql pgsql RUN a2enmod rewrite