bionic
976 Bytes
-
docker: use "--no-install-recommends" to reduce build time · 3c59d451
Pass the flag "--no-install-recommends" to apt-get in order to trim down the number of packages installed, both reducing build time and image size. As this also causes some required packages to not be installed anymore, add these explicitly to the set of packages installed.
Patrick Steinhardt committed