Update Dockerfile-debian.template

add extension bcmath for 2-factor authentication
This commit is contained in:
y.k
2023-06-25 13:16:17 +08:00
committed by GitHub
parent 9a7991c3f2
commit 7432be89e0
+1
View File
@@ -23,6 +23,7 @@ RUN set -ex; \
mysqli \
opcache \
zip \
bcmath \
; \
\
apt-mark auto '.*' > /dev/null; \