From 18980a353f2ea7497ea051b9837aeb67b07d5a1f Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Sun, 12 Apr 2020 20:20:59 +0200 Subject: [PATCH] Add missing Authen::SASL dependency for SMTP authentication --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 91c6fcf..a33d201 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN echo -n "APT::Install-Recommends \"0\";\nAPT::Install-Suggests \"0\";\n" >> DEBIAN_FRONTEND="noninteractive" apt-get -y upgrade && \ DEBIAN_FRONTEND="noninteractive" apt-get -y install \ wget ca-certificates gnupg \ - libcgi-emulate-psgi-perl libconfig-inifiles-perl \ + libauthen-sasl-perl libcgi-emulate-psgi-perl libconfig-inifiles-perl \ libcookie-baker-perl libdbd-pg-perl libdbi-perl libdata-uuid-perl \ libdatetime-perl libdatetime-format-strptime-perl \ libemail-sender-perl libemail-stuffer-perl libfile-find-rule-perl \