initial commit

Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-05-21 20:05:40 +02:00
commit d335367607
Se han modificado 4 ficheros con 42 adiciones y 0 borrados

6
Dockerfile Archivo normal
Ver fichero

@@ -0,0 +1,6 @@
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"]