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 \