]> git.p6c8.net - jirafeau_project.git/blobdiff - Dockerfile
[FEATURE] add LDAP authentication support for uploaders
[jirafeau_project.git] / Dockerfile
index 9eb04233aa3b0d2d3acd2d55a0126c62a336b24f..ccb100b24e4786ccff9be65e01f6cb75f94441f8 100644 (file)
@@ -3,7 +3,9 @@ LABEL org.opencontainers.image.authors="jerome@jutteau.fr"
 
 # base install
 RUN apk update && \
-    apk add lighttpd && \
+    apk add lighttpd openldap-dev && \
+    docker-php-ext-install ldap && \
+    docker-php-ext-enable  ldap && \
     rm -rf /var/cache/apk/* && \
     ln -snf /usr/share/zoneinfo/Etc/UTC /etc/localtime  && \
     echo "UTC" > /etc/timezone

patrick-canterino.de