mirror of https://github.com/Nardo86/zm-docker.git
fix: autoremove typo
This commit is contained in:
parent
7af9f0cc41
commit
98301d11a9
|
@ -64,7 +64,7 @@ tzdata
|
|||
|
||||
RUN apt-get remove -y \
|
||||
exim4* \
|
||||
&& apt autoremove
|
||||
&& apt autoremove -y
|
||||
|
||||
RUN apt-get install -y \
|
||||
msmtp \
|
||||
|
|
Loading…
Reference in New Issue