We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32a25e commit 383b62cCopy full SHA for 383b62c
opendkim/Dockerfile
@@ -1,6 +1,8 @@
1
FROM ubuntu:noble
2
3
+ARG POSTFIX_GID=4005
4
RUN apt-get update && apt-get install -y opendkim openssl
5
+RUN groupadd -g ${POSTFIX_GID} postfix && gpasswd -a opendkim postfix
6
7
ENTRYPOINT ["/usr/sbin/opendkim"]
8
CMD ["-f", "-x", "/etc/opendkim.conf"]
0 commit comments