mirror of https://github.com/MISP/misp-docker
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>
parent
5fa787cb7e
commit
94a4740bc8
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue