diff --git a/Dockerfile b/Dockerfile index cafa61aa8..8e8b47689 100644 --- a/Dockerfile +++ b/Dockerfile @@ -314,7 +314,7 @@ RUN docker-php-ext-configure zip && \ docker-php-ext-configure gd --with-freetype --with-jpeg RUN docker-php-ext-install gd exif pcntl bcmath mysqli pdo_mysql mbstring && \ - docker-php-ext-install pdo_pgsql pgsql && \ + docker-php-ext-install pdo_pgsql pgsql sockets && \ apt-get clean && rm -rf /var/lib/apt/lists/* # Create system user to run Composer and Artisan Commands