fix: added missing dependency
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dominik Meyer 2025-02-08 19:14:06 +01:00
parent b3b9a5649e
commit 98c5ffe9c2
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -16,7 +16,7 @@ RUN apt-get update && apt-get -qy install perl-base tini bash
# qpsmtpd dependencies # qpsmtpd dependencies
RUN apt-get -qy install libnet-dns-perl libmime-base64-urlsafe-perl libtimedate-perl 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 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 # qpsmtpd runs under the smtpd user