]> git.ipfire.org Git - thirdparty/pdns.git/blob - build-scripts/docker/ldap-regress/Dockerfile
Merge pull request #7787 from rgacogne/auth-api-replace-ent
[thirdparty/pdns.git] / build-scripts / docker / ldap-regress / Dockerfile
1 ARG VERSION
2 FROM osixia/openldap:$VERSION
3 ADD bootstrap /container/service/slapd/assets/config/bootstrap
4 RUN rm -rf /container/service/slapd/assets/config/bootstrap/schema/mmc
5 RUN mkdir -p /var/lib/ldap-powerdns
6 RUN chown openldap:openldap /var/lib/ldap-powerdns