clamav official repository

Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-05-26 01:52:48 +02:00
padre e86bdf2aca
commit cc641f65d0
Se han modificado 6 ficheros con 10 adiciones y 14 borrados

Ver fichero

@@ -1,6 +0,0 @@
FROM debian:sid-slim
RUN apt update && apt install -y cron clamav && apt purge
RUN freshclam
COPY ./clamav /etc/cron.d/clamav
RUN chmod 644 /etc/cron.d/clamav
ENTRYPOINT ["/usr/sbin/cron", "-f"]