Skip to content

Commit aef0d58

Browse files
committed
Revert "opendkim: use whaleinit"
This reverts commit ff3c30b.
1 parent ff3c30b commit aef0d58

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

opendkim/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@ RUN groupmod -g ${OPENDKIM_GID} opendkim && \
99
usermod -u ${OPENDKIM_UID} -g ${OPENDKIM_GID} opendkim
1010
RUN groupadd -g ${POSTFIX_GID} postfix && gpasswd -a opendkim postfix
1111

12-
RUN wget https://github.com/namachan10777/whaleinit/releases/download/v0.0.4/whaleinit-$(uname -m)-linux-musl -O /whaleinit && \
13-
chmod 755 /whaleinit
14-
15-
ENTRYPOINT ["/whaleinit"]
12+
ENTRYPOINT ["/usr/sbin/opendkim"]
13+
CMD ["-f", "-x", "/etc/opendkim/opendkim.conf"]

opendkim/whaleinit.toml

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)