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 && \