From c3698053ea90b890418b006cb02317a2cc98fdf3 Mon Sep 17 00:00:00 2001 From: Raden Farid Nugraha Date: Mon, 6 Jun 2022 06:58:07 +0700 Subject: [PATCH] Fixed ( #10910 ) : Add php redis extension --- Dockerfile | 1 + Dockerfile.alpine | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 30a6935cd..fa08f4d85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,7 @@ php7.4-xml \ php7.4-mbstring \ php7.4-zip \ php7.4-bcmath \ +php7.4-redis \ patch \ curl \ wget \ diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 702b2f555..b96a0c70c 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -27,6 +27,7 @@ RUN apk add --no-cache \ php7-xmlwriter \ php7-xmlreader \ php7-sodium \ + php7-redis \ curl \ wget \ vim \