Files
mailu/optional/clamav/Dockerfile
2021-04-26 18:24:31 +02:00

9 lines
143 B
Docker

FROM alpine:3.13
RUN apk add --no-cache clamav rsyslog wget clamav-libunrar
COPY conf /etc/clamav
COPY start.sh /start.sh
CMD ["/start.sh"]