Run the rspamd controller
This commit is contained in:
@@ -2,9 +2,12 @@ FROM alpine:edge
|
||||
|
||||
RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
|
||||
&& apk add --update \
|
||||
rspamd@testing rsyslog \
|
||||
rspamd@testing \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
|
||||
RUN mkdir /run/rspamd
|
||||
|
||||
CMD ["rspamd", "-f", "-i"]
|
||||
COPY conf/ /etc/rspamd
|
||||
COPY start.sh /start.sh
|
||||
|
||||
CMD ["/start.sh"]
|
||||
|
||||
Reference in New Issue
Block a user