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 03e2923e42/contrib/mkimage/debootstrap (L82-L105)
Description
Languages
JavaScript
57.4%
PHP
14.2%
Perl
10.5%
Twig
7.5%
CSS
4.7%
Other
5.5%