From 4c56e98a65fa7a6fd38c560624028a085e3f6643 Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Sun, 12 Apr 2020 20:22:03 +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 ce95d61..656db2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN echo "APT::Install-Recommends \"false\";\nAPT::Install-Suggests \"false\";" 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 \