diff --git a/Dockerfile b/Dockerfile index 679c63b..9ef4657 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,9 +21,10 @@ WORKDIR /var/www/html RUN apt-get update \ && apt-get install -y \ git \ + libpq-dev \ && rm -rf /var/lib/apt/lists/* -RUN docker-php-ext-install mysqli +RUN docker-php-ext-install mysqli pgsql COPY *.php /var/www/html/ @@ -47,4 +48,4 @@ USER adminer CMD ["apache2-foreground"] -EXPOSE 80 \ No newline at end of file +EXPOSE 80