From: J0WI Date: Sun, 3 Jun 2018 16:11:04 +0000 (+0200) Subject: pdo is already included in the base image X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=19769a320223628e2a483e888d56702bf3879f45;p=roundcube-roundcubemail-docker.git pdo is already included in the base image --- diff --git a/php-apache/Dockerfile b/php-apache/Dockerfile index 835bc76..dc1e426 100644 --- a/php-apache/Dockerfile +++ b/php-apache/Dockerfile @@ -25,7 +25,6 @@ RUN set -ex; \ gd \ intl \ ldap \ - pdo \ pdo_mysql \ pdo_pgsql \ pdo_sqlite \ diff --git a/php-fpm/Dockerfile b/php-fpm/Dockerfile index 8eacce8..2d08142 100644 --- a/php-fpm/Dockerfile +++ b/php-fpm/Dockerfile @@ -25,7 +25,6 @@ RUN set -ex; \ gd \ intl \ ldap \ - pdo \ pdo_mysql \ pdo_pgsql \ pdo_sqlite \