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 <ckane@colemankane.org>
Coleman Kane 2021-03-07 12:52:42 -05:00
parent 5fa787cb7e
commit 94a4740bc8
1 changed files with 2 additions and 1 deletions

View File

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