Disable man-db auto-update (as done by sbuild)

This commit is contained in:
Jochen Sprickerhof 2022-10-26 14:39:05 +02:00 committed by Hans-Christoph Steiner
parent 422ce78656
commit a2050a72fa

View file

@ -31,6 +31,8 @@ cat <<EOF > /etc/apt/apt.conf.d/99confdef
Dpkg::Options { "--force-confdef"; }; Dpkg::Options { "--force-confdef"; };
EOF EOF
echo "man-db man-db/auto-update boolean false" | debconf-set-selections
if echo $debian_mirror | grep '^https' 2>&1 > /dev/null; then if echo $debian_mirror | grep '^https' 2>&1 > /dev/null; then
apt-get update || apt-get update apt-get update || apt-get update
apt-get install ca-certificates apt-get install ca-certificates