We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b1705 commit 571bf64Copy full SHA for 571bf64
1 file changed
php/Dockerfile
@@ -5,9 +5,12 @@ MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
5
ADD ./laravel.ini /usr/local/etc/php/conf.d
6
ADD ./laravel.pool.conf /usr/local/etc/php-fpm.d/
7
8
+RUN apt-get update && apt-get install libpq-dev -y
9
+
10
# Install extensions using the helper script provided by the base image
11
RUN docker-php-ext-install \
- pdo_mysql
12
+ pdo_mysql \
13
+ pdo_pgsql
14
15
RUN usermod -u 1000 www-data
16
0 commit comments