dovecot/Dockerfile

12 lines
367 B
Docker
Raw Permalink Normal View History

2022-12-06 12:06:04 +00:00
FROM alpine:3.17
2018-12-17 15:59:30 +00:00
MAINTAINER Andrey Arapov <andrey.arapov@nixaid.com>
RUN apk update && \
apk upgrade && \
2022-12-06 12:06:04 +00:00
apk add dovecot dovecot-lmtpd dovecot-pigeonhole-plugin runit socklog ca-certificates && \
2018-12-17 15:59:30 +00:00
rm -rf /etc/service
COPY service /etc/service/
# RUN find /etc/service -xdev -type f -name "run" -exec chmod +x '{}' \;
ENTRYPOINT runsvdir -P /etc/service