fix: removed exim4 and replaced with msmtp mta

This commit is contained in:
Nardo86 2022-08-30 17:24:52 +02:00 committed by GitHub
parent fa480f0b5a
commit 7af9f0cc41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 2 deletions

View File

@ -60,8 +60,15 @@ libdata-entropy-perl \
libvncclient1 \ libvncclient1 \
libjwt-gnutls0 \ libjwt-gnutls0 \
libgsoap-2.8.104 \ libgsoap-2.8.104 \
tzdata \ tzdata
msmtp
RUN apt-get remove -y \
exim4* \
&& apt autoremove
RUN apt-get install -y \
msmtp \
msmtp-mta
RUN adduser www-data video RUN adduser www-data video