Changed permission to allow editing

This commit is contained in:
Thomas VIAL 2015-07-01 14:10:04 +02:00
parent 31b9dbf05a
commit 3dcceaef0c
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ RUN adduser clamav amavis
RUN adduser amavis clamav
# Enables Clamav
RUN chmod 644 /etc/clamav/freshclam.conf
RUN (crontab -l ; echo "0 1 * * * /usr/bin/freshclam --quiet") | sort - | uniq - | crontab -
RUN freshclam