Add bzip2 to test install

I think this has gone missing on test nodes during unpuppeting.  Add,
as the gentoo job grabs some bz2 tarballs for extraction.

Change-Id: Icb82930702124f7bf112b03a469d90d4163d398b
This commit is contained in:
Ian Wienand 2017-05-04 14:59:14 +10:00
parent 340451ea00
commit d129a9d19a
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@ set -o pipefail
sudo apt-get update || true
sudo apt-get install -y --force-yes \
apt-transport-https \
bzip2 \
debootstrap \
docker.io \
inetutils-ping \
@ -17,12 +18,14 @@ sudo apt-get install -y --force-yes \
uuid-runtime \
yum-utils || \
sudo yum -y install \
bzip2 \
debootstrap \
docker \
kpartx \
util-linux \
qemu-img || \
sudo emerge \
app-arch/bzip2 \
app-emulation/qemu \
dev-python/pyyaml \
sys-block/parted \