mirror of
https://github.com/phpmyadmin/docker.git
synced 2026-08-24 10:13:22 -05:00
Update Dockerfile-debian.template
add extension bcmath for 2-factor authentication
This commit is contained in:
@@ -23,6 +23,7 @@ RUN set -ex; \
|
||||
mysqli \
|
||||
opcache \
|
||||
zip \
|
||||
bcmath \
|
||||
; \
|
||||
\
|
||||
apt-mark auto '.*' > /dev/null; \
|
||||
|
||||
Reference in New Issue
Block a user