mirror of https://github.com/Nardo86/zm-docker.git
fix: removed exim4 and replaced with msmtp mta
This commit is contained in:
parent
fa480f0b5a
commit
7af9f0cc41
11
Dockerfile
11
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue