install ldap module again
Build and Publish Docker Image / docker (push) Successful in 34s

This commit is contained in:
2026-01-21 16:19:14 +01:00
parent 5dbf0c90e8
commit 68aba12a47
+1
View File
@@ -11,6 +11,7 @@ RUN apt-get update && apt-get install -y \
libldap2-dev \
&& rm -rf /var/lib/apt/lists/*
RUN docker-php-ext-install ldap
# Enable CGI module
RUN a2enmod cgi headers rewrite include