Run `apt-get upgrade` right after `apt-get install`, instead of cleaning
up apt index first, do `apt-get update` again, then `apt-get upgrade`.
This will save some build time and disk space, because it didn't clean
up apt index after the `apt-get upgrade` before.