mirror of https://github.com/zulip/zulip.git
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:
parent
96c5bf5dcc
commit
8111848ac4
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue