1
0
mirror of https://github.com/Nardo86/zm-docker.git synced 2025-01-08 14:01:41 +01:00

fix: autoremove typo

This commit is contained in:
Nardo86 2022-08-30 17:35:52 +02:00 committed by GitHub
parent 7af9f0cc41
commit 98301d11a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ tzdata
RUN apt-get remove -y \
exim4* \
&& apt autoremove
&& apt autoremove -y
RUN apt-get install -y \
msmtp \