1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-24 03:49:27 +02:00
Mailu/optional/clamav/Dockerfile

9 lines
143 B
Docker
Raw Normal View History

2018-03-13 19:32:05 +01:00
FROM alpine:edge
2017-04-21 14:54:53 +03:00
RUN apk add --no-cache clamav rsyslog wget clamav-libunrar
COPY conf /etc/clamav
COPY start.sh /start.sh
CMD ["/start.sh"]