X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/aec88112ff1290657dbbdbc715ccff6d88b821cd..refs/heads/ldap:/Dockerfile diff --git a/Dockerfile b/Dockerfile index 9eb0423..ccb100b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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