Sign inSign up

sylviefiat/wordpress

By sylviefiat

Updated over 7 years ago

Wordpress with ldap enabled

Image
0

263

sylviefiat/wordpress repository overview

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

Tag summary

Content type

Image

Digest

Size

140.3 MB

Last updated

over 7 years ago

docker pull sylviefiat/wordpress