mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-20 12:52:59 +00:00
7ba2c5ce0d
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
|