From 1df2fc5f1593deb754117df530ebced498ba94ce Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Sat, 8 Feb 2025 19:03:39 +0100 Subject: [PATCH] chore: added more dependencies --- Containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containerfile b/Containerfile index 7615528..9accd25 100644 --- a/Containerfile +++ b/Containerfile @@ -33,6 +33,8 @@ COPY --from=qpsmtpd-setup /tmp/QPSMTPD-MailserverInterface/clamdscan /usr/share/ COPY --from=qpsmtpd-setup /tmp/QPSMTPD-MailserverInterface/Net/LMTP.pm /usr/share/perl5/Net/LMTP.pm COPY --from=qpsmtpd-setup /tmp/QPSMTPD-MailserverInterface/queue/lmtp /usr/share/qpsmtpd/plugins/queue/lmtp RUN cpanm Net::ClamAV::Client +RUN cpanm Minion +RUN cpanm Minion::Backend::mysql # create spool directory RUN mkdir -p /var/spool/qpsmtpd