Install the proper rspamd modules on top of Alpine

This commit is contained in:
kaiyou
2017-11-10 14:48:13 +01:00
parent ac0c339aa8
commit 3675fdb915
12 changed files with 24 additions and 22 deletions

View File

@@ -1,9 +1,10 @@
FROM alpine:edge
RUN apk add --no-cache rspamd ca-certificates
RUN apk add --no-cache python py-jinja2 rspamd rspamd-controller rspamd-proxy ca-certificates
RUN mkdir /run/rspamd
COPY conf/ /etc/rspamd
COPY conf/ /conf
COPY start.py /start.py
CMD ["rspamd", "-i", "-f"]
CMD /start.py