Merge "Add bzip2 to test install"
This commit is contained in:
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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user