From 265d81f700042d727a2c42d4c88fcdabb18c0f0a Mon Sep 17 00:00:00 2001 From: int2001 Date: Mon, 2 Feb 2026 06:19:14 +0000 Subject: [PATCH] Install php-redis-extension --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b4552c301..a121895a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends cron RUN install-php-extensions \ mysqli \ zip \ + redis \ gd; \ \ a2enmod rewrite; \