test3
Build and Publish Docker Image / docker (push) Successful in 21s

This commit is contained in:
2026-01-21 15:53:17 +01:00
parent 1b8a8978c0
commit 5dbf0c90e8
-1
View File
@@ -11,7 +11,6 @@ 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