2023-08-24 14:50:53 +00:00
|
|
|
ARG ALPINE_VERSION=3.18.3
|
|
|
|
ARG BASE_IMAGE=gitea.nulo.in/sutty/monit
|
2021-10-03 23:19:00 +00:00
|
|
|
FROM ${BASE_IMAGE}:${ALPINE_VERSION}
|
2024-06-21 15:21:51 +00:00
|
|
|
LABEL org.opencontainers.image.authors="f@sutty.nl"
|
2019-09-27 20:18:41 +00:00
|
|
|
|
2020-09-24 12:23:56 +00:00
|
|
|
RUN apk add --no-cache opendkim mini-sendmail
|
2022-03-07 21:18:52 +00:00
|
|
|
|
2019-09-27 20:18:41 +00:00
|
|
|
COPY ./monit.conf /etc/monit.d/opendkim.conf
|
2020-09-24 12:23:56 +00:00
|
|
|
COPY ./opendkimd.sh /usr/local/bin/opendkimd
|
|
|
|
COPY ./sendmail.sh /usr/bin/sendmail
|
2019-09-27 20:18:41 +00:00
|
|
|
|
|
|
|
EXPOSE 8891
|
|
|
|
VOLUME /etc/opendkim
|