Wordpress with ldap Dockerfile:
From wordpress:5.0.3
RUN
apt-get update &&
apt-get install libldap2-dev -y &&
rm -rf /var/lib/apt/lists/* &&
docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ &&
docker-php-ext-install ldap
Content type
Image
Digest
Size
140.3 MB
Last updated
over 7 years ago
docker pull sylviefiat/wordpress