Files
mailu/optional/clamav/Dockerfile
2018-03-21 21:25:22 +01:00

9 lines
143 B
Docker

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