diff --git a/scripts/chroot.sh b/scripts/chroot.sh
index 9824f656f0d34e5687df7cbb25946cfc5e8c452b..bfa0cedde43845ddc17826bbbc1f94d5dcf7bcd7 100755
--- a/scripts/chroot.sh
+++ b/scripts/chroot.sh
@@ -593,6 +593,7 @@ cat > "${DIR}/chroot_script.sh" <<-__EOF__
 
 		apt-get update
 		apt-get upgrade -y --force-yes
+		apt-get dist-upgrade -y --force-yes
 
 		if [ "x${chroot_very_small_image}" = "xenable" ] ; then
 			if [ -f /bin/busybox ] ; then