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
remove /etc/cron.weekly/fstrim since we don't want to fstrim in docker (#669)
This commit is contained in:
committed by
Thomas VIAL
parent
af8b1657ab
commit
50dae03997
@@ -63,7 +63,8 @@ RUN apt-get update -q --fix-missing && \
|
|||||||
rm -rf /usr/share/man/* && \
|
rm -rf /usr/share/man/* && \
|
||||||
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
|
||||||
|
|
||||||
# Enables Clamav
|
# Enables Clamav
|
||||||
RUN (echo "0 0,6,12,18 * * * /usr/bin/freshclam --quiet" ; crontab -l) | crontab - && \
|
RUN (echo "0 0,6,12,18 * * * /usr/bin/freshclam --quiet" ; crontab -l) | crontab - && \
|
||||||
|
Reference in New Issue
Block a user