Skip to content

Commit d32a25e

Browse files
committed
opendkim
1 parent b8bb97d commit d32a25e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

opendkim/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FROM ubuntu:noble
2+
3+
RUN apt-get update && apt-get install -y opendkim openssl
4+
5+
ENTRYPOINT ["/usr/sbin/opendkim"]
6+
CMD ["-f", "-x", "/etc/opendkim.conf"]

0 commit comments

Comments
 (0)