mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Do not remove dh*.pem as they do not exist at this point in time
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
9d7873850d
commit
a7408b73e0
|
@ -96,9 +96,7 @@ RUN apt-get update -q --fix-missing && \
|
||||||
touch /var/log/auth.log && \
|
touch /var/log/auth.log && \
|
||||||
update-locale && \
|
update-locale && \
|
||||||
rm -f /etc/cron.weekly/fstrim && \
|
rm -f /etc/cron.weekly/fstrim && \
|
||||||
rm -f /etc/postsrsd.secret && \
|
rm -f /etc/postsrsd.secret
|
||||||
rm -f /etc/postfix/dhparams.pem && \
|
|
||||||
rm -f /etc/dovecot/dh.pem
|
|
||||||
|
|
||||||
RUN echo "0 */6 * * * clamav /usr/bin/freshclam --quiet" > /etc/cron.d/clamav-freshclam && \
|
RUN echo "0 */6 * * * clamav /usr/bin/freshclam --quiet" > /etc/cron.d/clamav-freshclam && \
|
||||||
chmod 644 /etc/clamav/freshclam.conf && \
|
chmod 644 /etc/clamav/freshclam.conf && \
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 1c83a1b1d743075ed8e505ff94e548701f545b73
|
Subproject commit 03608115df2071fff4eaaff1605768c275e5f81f
|
Loading…
Reference in a new issue