[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

@@ -10,22 +10,22 @@ RUN dpkg-divert --local --rename --add /sbin/initctl \
&& ln -sf /bin/true /usr/bin/ischroot
RUN apt-get update && apt-get install -y --no-install-recommends \
supervisor \
postfix \
sasl2-bin \
ca-certificates \
curl \
dirmngr \
gnupg \
libsasl2-modules \
postfix \
postfix \
postfix-mysql \
postfix-pcre \
python-gpgme \
sasl2-bin \
sudo \
supervisor \
syslog-ng \
syslog-ng-core \
syslog-ng-mod-redis \
ca-certificates \
gnupg \
python-gpgme \
sudo \
curl \
dirmngr \
&& rm -rf /var/lib/apt/lists/*
RUN addgroup --system --gid 600 zeyple