From 5952fc16fa559a9a5bae0c084f00ea543e741060 Mon Sep 17 00:00:00 2001 From: Alexis Bruneteau Date: Thu, 5 Jun 2025 03:51:22 +0200 Subject: [PATCH] tag --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 291b789..a635df0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,9 @@ RUN apk add --no-cache \ zip \ unzip \ curl \ - shadow + shadow \ + php8-pecl-redis + # Install PHP extensions RUN docker-php-ext-configure gd --with-freetype --with-jpeg && \