From a7b86d639078ac3a27cba72349959421d924e590 Mon Sep 17 00:00:00 2001 From: Pierre Jaury Date: Wed, 1 Aug 2018 22:36:28 +0200 Subject: [PATCH] Add the bcmath dependency, fix the Docker build --- docker/Dockerfile.apache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.apache b/docker/Dockerfile.apache index 03cbbddfc..9772a6833 100644 --- a/docker/Dockerfile.apache +++ b/docker/Dockerfile.apache @@ -14,7 +14,7 @@ RUN apt-get update \ --with-jpeg-dir=/usr/lib/x86_64-linux-gnu/ \ --with-xpm-dir=/usr/lib/x86_64-linux-gnu/ \ --with-vpx-dir=/usr/lib/x86_64-linux-gnu/ \ - && docker-php-ext-install pdo_mysql pcntl gd exif \ + && docker-php-ext-install pdo_mysql pcntl gd exif bcmath \ && pecl install imagick \ && docker-php-ext-enable imagick pcntl imagick gd exif \ && a2enmod rewrite \