|
@@ -12,12 +12,14 @@ RUN dpkg-divert --local --rename --add /sbin/initctl \
|
|
RUN apt-key adv --fetch-keys http://rspamd.com/apt-stable/gpg.key \
|
|
RUN apt-key adv --fetch-keys http://rspamd.com/apt-stable/gpg.key \
|
|
&& echo "deb http://rspamd.com/apt-stable/ xenial main" > /etc/apt/sources.list.d/rspamd.list \
|
|
&& echo "deb http://rspamd.com/apt-stable/ xenial main" > /etc/apt/sources.list.d/rspamd.list \
|
|
&& apt-get update \
|
|
&& apt-get update \
|
|
- && apt-get -y install rspamd ca-certificates
|
|
|
|
|
|
+ && apt-get -y install rspamd ca-certificates python-pip
|
|
|
|
|
|
RUN echo '.include $LOCAL_CONFDIR/local.d/rspamd.conf.local' > /etc/rspamd/rspamd.conf.local
|
|
RUN echo '.include $LOCAL_CONFDIR/local.d/rspamd.conf.local' > /etc/rspamd/rspamd.conf.local
|
|
# "Hardcoded" - we need them
|
|
# "Hardcoded" - we need them
|
|
RUN echo 'settings = "http://nginx:8081/settings.php";' > /etc/rspamd/modules.d/settings.conf
|
|
RUN echo 'settings = "http://nginx:8081/settings.php";' > /etc/rspamd/modules.d/settings.conf
|
|
|
|
|
|
|
|
+RUN pip install -U oletools
|
|
|
|
+
|
|
CMD ["/usr/bin/rspamd","-f", "-u", "_rspamd", "-g", "_rspamd"]
|
|
CMD ["/usr/bin/rspamd","-f", "-u", "_rspamd", "-g", "_rspamd"]
|
|
|
|
|
|
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
|
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|