mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Fix ldap on Alpine
Test: ldap
This commit is contained in:
parent
99fbb8a7f8
commit
6bd710afa3
1 changed files with 5 additions and 1 deletions
|
@ -765,7 +765,11 @@ installBundledModule() {
|
|||
esac
|
||||
;;
|
||||
ldap)
|
||||
docker-php-ext-configure ldap --with-libdir=lib/$(gcc -dumpmachine)
|
||||
case "$(getDistro)" in
|
||||
debian)
|
||||
docker-php-ext-configure ldap --with-libdir=lib/$(gcc -dumpmachine)
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
mssql | pdo_dblib)
|
||||
case "$1" in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue