Skip to content

Commit a97de84

Browse files
authored
Merge pull request jguyomard#17 from mauriciv/master
Add the bcmath PHP extension
2 parents d13d4c3 + ad4c45f commit a97de84

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

php/7.1/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ RUN apk add --no-cache --virtual .build-deps \
2424
&& pecl install imagick \
2525
&& docker-php-ext-enable imagick \
2626
&& docker-php-ext-install \
27+
bcmath \
2728
curl \
2829
iconv \
2930
mbstring \

php/7.2/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN apk add --no-cache --virtual .build-deps \
2222
&& pecl install imagick \
2323
&& docker-php-ext-enable imagick \
2424
&& docker-php-ext-install \
25+
bcmath \
2526
curl \
2627
iconv \
2728
mbstring \

php/7.3/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN apk add --no-cache --virtual .build-deps \
2323
&& pecl install imagick \
2424
&& docker-php-ext-enable imagick \
2525
&& docker-php-ext-install \
26+
bcmath \
2627
curl \
2728
iconv \
2829
mbstring \

0 commit comments

Comments
 (0)