We know exactly which packages we need and don't want apt picking extra "recommended" ones for us. Signed-off-by: Daniel P. Berrangé <berrange@xxxxxxxxxx> --- guests/lcitool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guests/lcitool b/guests/lcitool index 1d5cbd0..eb111b8 100755 --- a/guests/lcitool +++ b/guests/lcitool @@ -546,7 +546,7 @@ class Application: ( \\ apt-get update && \\ apt-get dist-upgrade -y && \\ - apt-get install -y ${PACKAGES} && \\ + apt-get install --no-install-recommends -y ${PACKAGES} && \\ apt-get autoremove -y && \\ apt-get autoclean -y \\ ) -- 2.20.1 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list