You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-10 23:12:02 +02:00
Cleanup obsolete file removal
`/etc/cron.weekly/fstrim` does not exist, so no need to remove it.
This commit is contained in:
@@ -111,7 +111,6 @@ RUN \
|
|||||||
rm -rf /usr/share/doc/* && \
|
rm -rf /usr/share/doc/* && \
|
||||||
touch /var/log/auth.log && \
|
touch /var/log/auth.log && \
|
||||||
update-locale && \
|
update-locale && \
|
||||||
rm -f /etc/cron.weekly/fstrim && \
|
|
||||||
rm -f /etc/postsrsd.secret && \
|
rm -f /etc/postsrsd.secret && \
|
||||||
rm -f /etc/cron.daily/00logwatch
|
rm -f /etc/cron.daily/00logwatch
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user