Initial commit
This commit is contained in:
commit
add5ac221b
5 changed files with 87 additions and 0 deletions
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
FROM alpine:3
|
||||
|
||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||
CMD ["/usr/sbin/opendkim", "-A", "-f", "-x", "/etc/opendkim/opendkim.conf"]
|
||||
|
||||
COPY entrypoint.sh /docker-entrypoint.sh
|
||||
COPY opendkim.conf /etc/opendkim/opendkim.conf
|
||||
|
||||
RUN apk --no-cache add opendkim
|
||||
Loading…
Add table
Add a link
Reference in a new issue