From b3fa1826c084c26e77d58f72bd71ed7ca7471ab1 Mon Sep 17 00:00:00 2001 From: mr-flibble Date: Sat, 16 Aug 2025 13:57:52 +0200 Subject: [PATCH] Add php84-pdo package Some backup plugins like [WPvivid Backup Plugin](https://wordpress.org/plugins/wpvivid-backuprestore/) are recommending php84-pdo for it for better backup performance `The PDO extension is not detected. Please install the extension first.` > It is recommended to choose PDO option if pdo_mysql extension is installed on your server, which lets you backup and restore your site faster. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 1e2de76b..734f00c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,7 @@ RUN apk --no-cache add \ php84-pecl-imagick \ php84-session \ php84-tokenizer \ + php84-pdo \ nginx \ supervisor \ curl \