test-install: Do a dist-upgrade in prepare-base.

This keeps the base tree up to date, saving the time we'd spend
doing the same upgrades in each test install.
This commit is contained in:
Greg Price 2018-03-02 15:36:01 -08:00
parent 96c5bf5dcc
commit 8111848ac4
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ run passwd -d root
run apt-get update run apt-get update
run apt-get dist-upgrade -y
# As an optimization, we install a bunch of packages the installer # As an optimization, we install a bunch of packages the installer
# would install for itself. # would install for itself.
run apt-get install -y --no-install-recommends \ run apt-get install -y --no-install-recommends \