瀏覽代碼

Add the bcmath dependency, fix the Docker build

Pierre Jaury 7 年之前
父節點
當前提交
a7b86d6390
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docker/Dockerfile.apache

+ 1 - 1
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 \