mailcow/data/Dockerfiles/sogo
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
..
Dockerfile [Dockerfiles] Used best practices for apt-get 2017-05-13 18:09:53 +02:00
reconf-domains.sh Fix domain visibility in SOGo (domains should _not_ see each other) 2017-03-08 17:46:21 +01:00
supervisord.conf Restart SOGo services with delay and not as group 2017-02-23 20:15:27 +01:00