9ab9d76240
See https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#apt-get
- Replaced `-y install` with `install -y` (unification)
- Put every package on its own line
- Moved `rm -rf /var/lib/apt/lists/*` in the same `RUN` statement as `apt-get`
- Removed unnecessary `apt-get clean`
See
|
||
---|---|---|
.. | ||
Dockerfile | ||
docker-entrypoint.sh | ||
imapsync | ||
imapsync_cron.pl | ||
postlogin.sh | ||
report-ham.sieve | ||
report-spam.sieve | ||
rspamd-pipe-ham | ||
rspamd-pipe-spam | ||
supervisord.conf | ||
syslog-ng.conf |