mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-19 14:47:12 -04:00
Add missing Authen::SASL dependency for SMTP authentication
This commit is contained in:
parent
46637422ee
commit
18980a353f
@ -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 upgrade && \
|
||||||
DEBIAN_FRONTEND="noninteractive" apt-get -y install \
|
DEBIAN_FRONTEND="noninteractive" apt-get -y install \
|
||||||
wget ca-certificates gnupg \
|
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 \
|
libcookie-baker-perl libdbd-pg-perl libdbi-perl libdata-uuid-perl \
|
||||||
libdatetime-perl libdatetime-format-strptime-perl \
|
libdatetime-perl libdatetime-format-strptime-perl \
|
||||||
libemail-sender-perl libemail-stuffer-perl libfile-find-rule-perl \
|
libemail-sender-perl libemail-stuffer-perl libfile-find-rule-perl \
|
||||||
|
Loading…
Reference in New Issue
Block a user