[Dockerfiles] Sorted list of packages

This commit is contained in:
Michael Käufl
2017-05-13 16:07:06 +02:00
parent 9ab9d76240
commit 85be7aa973
7 changed files with 41 additions and 41 deletions

View File

@@ -7,9 +7,9 @@ ENV LC_ALL C
RUN apt-key adv --fetch-keys http://rspamd.com/apt-stable/gpg.key \
&& echo "deb http://rspamd.com/apt-stable/ jessie main" > /etc/apt/sources.list.d/rspamd.list \
&& apt-get update && apt-get install -y \
rspamd \
ca-certificates \
python-pip \
rspamd \
&& rm -rf /var/lib/apt/lists/*
RUN echo '.include $LOCAL_CONFDIR/local.d/rspamd.conf.local' > /etc/rspamd/rspamd.conf.local