From 94a4740bc8a49b0d0f8ada746573eabe893e2f22 Mon Sep 17 00:00:00 2001 From: Coleman Kane Date: Sun, 7 Mar 2021 12:52:42 -0500 Subject: [PATCH] Add "zip", "bcmath", and "intl" modules to PHP These three are recommended in the latest MISP diagnostics page, so I decided to add them to the docker build as well. Signed-off-by: Coleman Kane --- web/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index 07f5c52..c5bafae 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -24,7 +24,8 @@ RUN apt-get update RUN apt-get install -y --fix-missing libapache2-mod-php php php-dev php-json \ php-mysql php-redis php-xml php-mbstring \ php-gd php-pear php-opcache \ - pkg-config libbson-1.0 libmongoc-1.0-0 + pkg-config libbson-1.0 libmongoc-1.0-0 \ + php-zip php-bcmath php-intl # Fix php.ini with recommended settings RUN sed -i \