mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
1ba0991d80
* 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
|