[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,11 +7,11 @@ 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 --force-yes --no-install-recommends \
rmilter \
cron \
rmilter \
supervisor \
syslog-ng \
syslog-ng-core \
supervisor \
&& rm -rf /var/lib/apt/lists/*
COPY supervisord.conf /etc/supervisor/supervisord.conf