From b4ea34ceeeca0c25c66d7667e2e61f5229d76037 Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Mon, 23 Sep 2019 15:30:58 -0300 Subject: [PATCH] add sqlite drivers (fix typo) --- 14.0/unit/Dockerfile | 2 +- 15.0/unit/Dockerfile | 2 +- 16.0/unit/Dockerfile | 2 +- Dockerfile-unit.template | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/14.0/unit/Dockerfile b/14.0/unit/Dockerfile index a768e77..f74773b 100644 --- a/14.0/unit/Dockerfile +++ b/14.0/unit/Dockerfile @@ -28,7 +28,7 @@ RUN set -ex; \ php-opcache \ php-mysql \ php-pgsql \ - php-sqlite \ + php-sqlite3 \ php-zip \ php-apcu \ php-memcached \ diff --git a/15.0/unit/Dockerfile b/15.0/unit/Dockerfile index d97412d..b445ce9 100644 --- a/15.0/unit/Dockerfile +++ b/15.0/unit/Dockerfile @@ -28,7 +28,7 @@ RUN set -ex; \ php-opcache \ php-mysql \ php-pgsql \ - php-sqlite \ + php-sqlite3 \ php-zip \ php-apcu \ php-memcached \ diff --git a/16.0/unit/Dockerfile b/16.0/unit/Dockerfile index 7ccb716..a613d97 100644 --- a/16.0/unit/Dockerfile +++ b/16.0/unit/Dockerfile @@ -28,7 +28,7 @@ RUN set -ex; \ php-opcache \ php-mysql \ php-pgsql \ - php-sqlite \ + php-sqlite3 \ php-zip \ php-apcu \ php-memcached \ diff --git a/Dockerfile-unit.template b/Dockerfile-unit.template index daa6b6e..e62457c 100644 --- a/Dockerfile-unit.template +++ b/Dockerfile-unit.template @@ -27,7 +27,7 @@ RUN set -ex; \ php-opcache \ php-mysql \ php-pgsql \ - php-sqlite \ + php-sqlite3 \ php-zip \ php-apcu \ php-memcached \