Commit 79009cc9 authored by Mahmoud Zalt's avatar Mahmoud Zalt

Merge branch 'benmag-master'

* benmag-master:
  Install pdo_pgsql extension
parents 12587bc7 571bf64e
......@@ -5,9 +5,12 @@ MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
ADD ./laravel.ini /usr/local/etc/php/conf.d
ADD ./laravel.pool.conf /usr/local/etc/php-fpm.d/
RUN apt-get update && apt-get install libpq-dev -y
# Install extensions using the helper script provided by the base image
RUN docker-php-ext-install \
pdo_mysql
pdo_mysql \
pdo_pgsql
RUN usermod -u 1000 www-data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment