1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #4540 from unclejack/debootstrap_upgrade_packages

Run dist-upgrade after repo updates in mkimage-debootstrap
This commit is contained in:
Tianon Gravi 2014-03-08 10:10:11 -07:00
commit 68217729a3

View file

@ -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