Fixing test

This commit is contained in:
Thomas VIAL 2016-12-17 22:04:59 +01:00
parent a9b1686e57
commit c7da5583b5
No known key found for this signature in database
GPG key ID: 0394CEE552FAFEFC

View file

@ -48,7 +48,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q --fix-missing && \
apt-get update -q --fix-missing && apt-get -y upgrade fail2ban filebeat && \
apt-get autoclean && rm -rf /var/lib/apt/lists/* && \
rm -rf /usr/share/locale/* && rm -rf /usr/share/man/* && rm -rf /usr/share/doc/* && \
update-locale
touch /var/log/auth.log && update-locale
# Enables Clamav
RUN (echo "0 0,6,12,18 * * * /usr/bin/freshclam --quiet" ; crontab -l) | crontab -