[Rspamd] Auto-generate SIEVE_HOST map and add dnsutils

This commit is contained in:
andryyy
2019-05-18 22:44:30 +02:00
parent 3ffa7e1f33
commit 5e36018864
2 changed files with 21 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \
apt-transport-https \
&& apt-key adv --fetch-keys https://rspamd.com/apt/gpg.key \
&& echo "deb https://rspamd.com/apt-stable/ bionic main" > /etc/apt/sources.list.d/rspamd.list \
&& apt-get update && apt-get install -y rspamd \
&& apt-get update && apt-get install -y rspamd dnsutils \
&& rm -rf /var/lib/apt/lists/* \
&& apt-get autoremove --purge \
&& apt-get clean \