mailcow/data
Michael Käufl 9ab9d76240 [Dockerfiles] Used best practices for apt-get
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 03e2923e42/contrib/mkimage/debootstrap (L82-L105)
2017-05-13 18:09:53 +02:00
..
Dockerfiles [Dockerfiles] Used best practices for apt-get 2017-05-13 18:09:53 +02:00
assets Generate safe passwords 2016-12-28 11:36:15 +01:00
conf Consistent symbol names for forwarding hosts 2017-05-09 07:29:43 +02:00
web Fixes #264 2017-05-13 09:42:17 +02:00