Merge "Add bzip2 to test install"

This commit is contained in:
Jenkins 2017-05-04 06:29:40 +00:00 committed by Gerrit Code Review
commit 20ec14c996

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