Put clamav and amavis togther, fix spam filtering

This commit is contained in:
Pierre Jaury
2016-03-02 22:31:44 +01:00
parent e9ae250d7d
commit f51180415c
10 changed files with 16 additions and 33 deletions

View File

@@ -1,11 +0,0 @@
FROM alpine
RUN apk add --update \
clamav \
&& rm -rf /var/cache/apk/*
COPY conf /etc/clamav
COPY start.sh /start.sh
CMD ["/start.sh"]