Put clamav and amavis togther, fix spam filtering
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user