mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-27 09:46:19 +00:00
relies on https://github.com/osixia/docker-openldap/pull/271 being merged fixes https://github.com/zokradonh/kopano-docker/issues/45 Signed-off-by: Felix Bartels <felix@host-consultants.de>
6 lines
201 B
Docker
6 lines
201 B
Docker
FROM osixia/openldap:1.2.3
|
|
|
|
ADD bootstrap /container/service/slapd/assets/config/bootstrap
|
|
RUN rm /container/service/slapd/assets/config/bootstrap/schema/mmc/mail.schema
|
|
RUN touch /etc/ldap/slapd.conf
|