Switched to msmtp

ssmtp is not available in debian buster, so we can't send mails that way
anymore. Switched to msmtp, which serves the same purpose.
This commit is contained in:
2020-06-11 17:34:44 +02:00
parent c183184af9
commit fbd6e8b0f5
4 changed files with 20 additions and 4 deletions

View File

@ -5,7 +5,7 @@ RUN set -ex; \
apt-get update; \
\
apt-get install -y --no-install-recommends \
ssmtp \
msmtp \
; \
\
rm -rf /var/lib/apt/lists/* ;\