From 98c5ffe9c236ce1c205e4be7facf0e3a1da1fc47 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Sat, 8 Feb 2025 19:14:06 +0100 Subject: [PATCH] fix: added missing dependency --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index cd1e76f..3a31446 100644 --- a/Containerfile +++ b/Containerfile @@ -16,7 +16,7 @@ RUN apt-get update && apt-get -qy install perl-base tini bash # qpsmtpd dependencies RUN apt-get -qy install libnet-dns-perl libmime-base64-urlsafe-perl libtimedate-perl RUN apt-get -qy install libmailtools-perl libnet-ip-perl libdbd-mariadb-perl libdbd-mysql-perl -RUN apt-get -qy install libclamav-client-perl cpanminus libmoose-perl libyaml-dev +RUN apt-get -qy install libclamav-client-perl cpanminus libmoose-perl libyaml-dev libyaml-perl libyaml-libyaml-perl # qpsmtpd runs under the smtpd user