1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-03-03 14:52:36 +02:00
Mailu/optional/clamav/Dockerfile
2018-03-13 19:32:05 +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"]