mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Changed permission to allow editing
This commit is contained in:
parent
31b9dbf05a
commit
3dcceaef0c
|
@ -25,6 +25,7 @@ RUN adduser clamav amavis
|
||||||
RUN adduser amavis clamav
|
RUN adduser amavis clamav
|
||||||
|
|
||||||
# Enables Clamav
|
# Enables Clamav
|
||||||
|
RUN chmod 644 /etc/clamav/freshclam.conf
|
||||||
RUN (crontab -l ; echo "0 1 * * * /usr/bin/freshclam --quiet") | sort - | uniq - | crontab -
|
RUN (crontab -l ; echo "0 1 * * * /usr/bin/freshclam --quiet") | sort - | uniq - | crontab -
|
||||||
RUN freshclam
|
RUN freshclam
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue