From cb3e156f110cd14993242448e6cbbe5aa6aa13ad Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Mon, 2 Feb 2026 08:33:32 +0100 Subject: [PATCH] add the exentions for the other drivers aswell --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 949f51a4b..3c337c466 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,9 @@ RUN install-php-extensions \ mysqli \ zip \ redis \ + memcached \ + apcu \ + wincache \ gd; \ \ a2enmod rewrite; \