Skip to content

Commit 328b498

Browse files
committed
Merge #415 - add extension bcmath for 2nd factor authentication
2 parents b3cb5de + a31c702 commit 328b498

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

Dockerfile-alpine.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUN set -ex; \
2525
mysqli \
2626
opcache \
2727
zip \
28+
bcmath \
2829
; \
2930
\
3031
runDeps="$( \

Dockerfile-debian.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN set -ex; \
2323
mysqli \
2424
opcache \
2525
zip \
26+
bcmath \
2627
; \
2728
\
2829
apt-mark auto '.*' > /dev/null; \

apache/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN set -ex; \
2323
mysqli \
2424
opcache \
2525
zip \
26+
bcmath \
2627
; \
2728
\
2829
apt-mark auto '.*' > /dev/null; \

fpm-alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUN set -ex; \
2525
mysqli \
2626
opcache \
2727
zip \
28+
bcmath \
2829
; \
2930
\
3031
runDeps="$( \

fpm/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN set -ex; \
2323
mysqli \
2424
opcache \
2525
zip \
26+
bcmath \
2627
; \
2728
\
2829
apt-mark auto '.*' > /dev/null; \

0 commit comments

Comments
 (0)