Merge "Add DC/OS dependency installation script"

This commit is contained in:
Jenkins 2017-06-02 07:32:31 +00:00 committed by Gerrit Code Review
commit 6b4ea37000
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
#!/bin/bash
# This script installs all needed dependencies to generate
# images using diskimage-builder. Please note it only has been
# tested on Ubuntu Xenial.
set -eux
set -o pipefail
sudo apt update || true
sudo apt install -y \
git \
qemu-utils \
python-dev \
python-yaml \
python-six \
uuid-runtime \
curl \
sudo \
kpartx \
parted \
wget \
xfsprogs \
yum \
yum-utils