From e8bdb323c3c23c966eb58d40018c3f376d5950d8 Mon Sep 17 00:00:00 2001 From: never615 Date: Thu, 28 Mar 2024 12:53:31 +0800 Subject: [PATCH] no message --- Dockerfile | 2 +- Dockerfile_with_utils | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4a0a140..e59ccd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,7 +51,7 @@ RUN apt-get update \ # && docker-php-ext-enable imagick -RUN docker-php-ext-install pdo pgsql bcmath intl +RUN docker-php-ext-install pdo pdo_pgsql pgsql bcmath intl RUN pecl install msgpack \ && pecl install igbinary \ diff --git a/Dockerfile_with_utils b/Dockerfile_with_utils index ff0e523..cd40d7e 100644 --- a/Dockerfile_with_utils +++ b/Dockerfile_with_utils @@ -50,8 +50,7 @@ RUN apt-get update \ # && echo | pecl install imagick \ # && docker-php-ext-enable imagick - -RUN docker-php-ext-install pdo pgsql bcmath intl +RUN docker-php-ext-install pdo pdo_pgsql pgsql bcmath intl RUN pecl install msgpack \ && pecl install igbinary \