fix: added missing dependency
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Dominik Meyer 2025-02-08 19:09:10 +01:00
parent 1df2fc5f15
commit b3b9a5649e
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 RUN apt-get -qy install libclamav-client-perl cpanminus libmoose-perl libyaml-dev
# qpsmtpd runs under the smtpd user # qpsmtpd runs under the smtpd user