From e9af1addcba7ab7de71f44230e1a772f0f8a48f4 Mon Sep 17 00:00:00 2001 From: rj-dds <59934584+rj-dds@users.noreply.github.com> Date: Sun, 29 Sep 2024 03:46:58 -0400 Subject: [PATCH] Add php-redis --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b0711de0..ad9333b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,7 +52,7 @@ RUN apk add --update --no-cache \ # PHP SQLite, MySQL/MariaDB & Postgres drivers php82-pdo_sqlite php82-sqlite3 php82-pdo_mysql php82-pdo_pgsql php82-pgsql \ # PHP extensions - php82-xml php82-gd php82-mbstring php82-tokenizer php82-fileinfo php82-bcmath php82-ctype php82-dom \ + php82-xml php82-gd php82-mbstring php82-tokenizer php82-fileinfo php82-bcmath php82-ctype php82-dom php-redis \ # Runtime dependencies php82-session php82-openssl \ # Nginx and PHP FPM to serve over HTTP