From c716db663a4b6f5f2018d327d5605a3775bd171e Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Sat, 8 Sep 2018 07:10:25 +0200 Subject: [PATCH] Remove mutt, that can be accidentally installed (refs: #15904). Packages in the security archive can have a priority that doesn't match the one from the main archive (see Debian#867668), possibly leading to extra packages getting installed in our environment. Make sure not to ship mutt. --- config/chroot_local-hooks/98-remove_unwanted_packages | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/chroot_local-hooks/98-remove_unwanted_packages b/config/chroot_local-hooks/98-remove_unwanted_packages index 6f9628ef330..9182910e083 100755 --- a/config/chroot_local-hooks/98-remove_unwanted_packages +++ b/config/chroot_local-hooks/98-remove_unwanted_packages @@ -43,6 +43,11 @@ apt-get --yes purge \ texinfo \ wamerican +### Remove packages that can get a different priority in the security +### archive (see https://bugs.debian.org/867668): +apt-get --yes purge \ + mutt + ### Deinstall some other unwanted packages. apt-get --yes purge \ '^aptitude*' \ -- 2.11.4.GIT