9e02684b2d
Upgrade the version of rsyslog installed in Docker containers to the latest version available from jessie-backports repo (currently 8.23.0-2~bpo). Based off my change to the 201803 branch (#2709). This should eliminate some memory leaks and will prevent any regressions if moving from the 201803 branch to the 201811 branch.
6 lines
177 B
Plaintext
6 lines
177 B
Plaintext
# Instruct apt-get to NOT install "recommended" or "suggested" packages by
|
|
# default when installing a package.
|
|
|
|
APT::Install-Recommends "false";
|
|
APT::Install-Suggests "false";
|