mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-06-18 12:30:36 +00:00
9ab9d7624074b5567c4510e647b68a86eb71311b
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 https://github.com/moby/moby/blob/03e2923e42446dbb830c654d0eec323a0b4ef02a/contrib/mkimage/debootstrap#L82-L105
Languages
JavaScript
54.2%
PHP
16.1%
Perl
9.8%
Twig
8.5%
CSS
4.5%
Other
6.7%