From 7af9f0cc41ef0503baf18b5f8371043dced2d38d Mon Sep 17 00:00:00 2001 From: Nardo86 <64206225+Nardo86@users.noreply.github.com> Date: Tue, 30 Aug 2022 17:24:52 +0200 Subject: [PATCH] fix: removed exim4 and replaced with msmtp mta --- Dockerfile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ce2bcae..b2b0af8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,8 +60,15 @@ libdata-entropy-perl \ libvncclient1 \ libjwt-gnutls0 \ libgsoap-2.8.104 \ -tzdata \ -msmtp +tzdata + +RUN apt-get remove -y \ +exim4* \ +&& apt autoremove + +RUN apt-get install -y \ +msmtp \ +msmtp-mta RUN adduser www-data video