install php ldap module
Build and Publish Docker Image / docker (push) Failing after 18s

This commit is contained in:
2026-01-21 15:45:53 +01:00
parent a766116a05
commit 024d213f3e
+3
View File
@@ -8,8 +8,11 @@ RUN apt-get update && apt-get install -y \
bash \
perl \
libcgi-pm-perl \
libldap2-dev \
&& rm -rf /var/lib/apt/lists/*
RUN docker-php-ext-install ldap
# Enable CGI module
RUN a2enmod cgi headers rewrite include