1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00
Mailu/optional/clamav/Dockerfile

11 lines
160 B
Docker
Raw Normal View History

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