summaryrefslogtreecommitdiff
path: root/contrib/mkimage-debootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/mkimage-debootstrap.sh')
-rwxr-xr-xcontrib/mkimage-debootstrap.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/mkimage-debootstrap.sh b/contrib/mkimage-debootstrap.sh
index bf89600973..33ba7b07cb 100755
--- a/contrib/mkimage-debootstrap.sh
+++ b/contrib/mkimage-debootstrap.sh
@@ -219,6 +219,7 @@ if [ -z "$strictDebootstrap" ]; then
# make sure our packages lists are as up to date as we can get them
sudo chroot . apt-get update
+ sudo chroot . apt-get dist-upgrade -y
fi
if [ "$justTar" ]; then