Merge branch 'master' into feat-fuzzyhashes

This commit is contained in:
ofthesun9
2018-10-07 16:31:26 +00:00
63 changed files with 2000 additions and 72 deletions

View File

@@ -1,6 +1,8 @@
FROM alpine:edge
RUN apk add --no-cache python py-jinja2 rspamd rspamd-controller rspamd-proxy rspamd-fuzzy ca-certificates
RUN apk add --no-cache python py-jinja2 rspamd rspamd-controller rspamd-proxy rspamd-fuzzy ca-certificates py-pip \
&& pip install --upgrade pip \
&& pip install tenacity
RUN mkdir /run/rspamd
@@ -9,4 +11,6 @@ COPY start.py /start.py
EXPOSE 11332/tcp 11334/tcp
VOLUME ["/var/lib/rspamd"]
CMD /start.py