From 1f509c5f93e5990d3df59dd7694cebb0b27ecb11 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Thu, 20 Dec 2018 17:27:45 +0100 Subject: [PATCH] Add php7-bcmath --- php-7.0/Dockerfile | 2 +- php-7.1/Dockerfile | 2 +- php-7.2/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/php-7.0/Dockerfile b/php-7.0/Dockerfile index b4ee0c8..8b631ce 100644 --- a/php-7.0/Dockerfile +++ b/php-7.0/Dockerfile @@ -70,7 +70,7 @@ RUN mkdir -p /root/.ssh && \ apk add --no-cache curl openssl openssh ca-certificates wget make patch g++ \ bash fish python nodejs git unzip \ php7 php7-phar php7-json php7-dom php7-gd php7-mbstring php7-openssl \ - php7-pdo php7-curl php7-xml php7-zip php7-session php7-ctype php7-iconv && \ + php7-pdo php7-curl php7-xml php7-zip php7-session php7-ctype php7-iconv php7-bcmath && \ \ sed -i -e 's/memory_limit = 128M/memory_limit = -1/g' /etc/php7/php.ini && \ \ diff --git a/php-7.1/Dockerfile b/php-7.1/Dockerfile index 56f84f6..8a32698 100644 --- a/php-7.1/Dockerfile +++ b/php-7.1/Dockerfile @@ -65,7 +65,7 @@ RUN mkdir -p /root/.ssh && \ apk add --no-cache curl openssl openssh ca-certificates wget make patch g++ \ bash fish python nodejs git unzip \ php7 php7-phar php7-json php7-dom php7-gd php7-mbstring php7-openssl \ - php7-pdo php7-curl php7-xml php7-zip php7-session php7-ctype php7-iconv \ + php7-pdo php7-curl php7-xml php7-zip php7-session php7-ctype php7-iconv php7-bcmath \ php7-tokenizer php7-simplexml php7-xmlwriter && \ \ sed -i -e 's/memory_limit = 128M/memory_limit = -1/g' /etc/php7/php.ini && \ diff --git a/php-7.2/Dockerfile b/php-7.2/Dockerfile index f9c25b1..c46e652 100644 --- a/php-7.2/Dockerfile +++ b/php-7.2/Dockerfile @@ -65,7 +65,7 @@ RUN mkdir -p /root/.ssh && \ apk add --no-cache curl openssl openssh ca-certificates wget make patch g++ \ bash fish python nodejs npm git unzip \ php7 php7-phar php7-json php7-dom php7-gd php7-mbstring php7-openssl \ - php7-pdo php7-curl php7-xml php7-zip php7-session php7-ctype php7-iconv \ + php7-pdo php7-curl php7-xml php7-zip php7-session php7-ctype php7-iconv php7-bcmath \ php7-tokenizer php7-simplexml php7-xmlwriter && \ \ sed -i -e 's/memory_limit = 128M/memory_limit = -1/g' /etc/php7/php.ini && \ -- GitLab