any idea how can i install the php Ldap extension in dockerfile FROM php:7.2-fpm-alpine i tried the following RUN docker-php-ext-configure ldap --prefix=/usr/
I have a Dockerfile with a build command like this: #install some base extensions RUN apt-get install -y \ zlib1g-dev \ zip \ && dock