# syntax = edrevo/dockerfile-plus
FROM dimti/php:8.4
ARG PHP_VERSION=8.4
ENV PHP_VERSION ${PHP_VERSION}
RUN docker-php-ext-install ldap
INCLUDE+ ./php.base.Dockerfile