mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-05-22 23:50:12 +02:00
* Fix linting errors reported by hadolint * use full path for folders when listing contents * add linting task to makefile
6 lines
224 B
Docker
6 lines
224 B
Docker
FROM osixia/openldap:1.1.6
|
|
LABEL maintainer="Dennis Stumm <dstumm95@gmail.com>"
|
|
|
|
COPY bootstrap /container/service/slapd/assets/config/bootstrap
|
|
RUN rm /container/service/slapd/assets/config/bootstrap/schema/mmc/mail.schema
|