diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-11-20 08:57:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-11-20 08:57:01 +0000 |
commit | b77826de37bde8683f15bd758951dfaf8af6402d (patch) | |
tree | 13bbc3417e935a620a2d6835f2cf048cb0021f09 /install.sh | |
parent | 31b02e5b95d8b4076ef60667d051a8a1a6b072ba (diff) | |
parent | 7f0f1eaf717f7016d2f9ec5328cf9a0d02104222 (diff) |
Merge "update docker version to 16.04"
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/install.sh b/install.sh index dfad3a51a..db0bff41e 100755 --- a/install.sh +++ b/install.sh @@ -81,7 +81,9 @@ apt-get update && apt-get install -y \ python-pip \ vim \ libxft-dev \ - libxss-dev + libxss-dev \ + sudo \ + iputils-ping if [[ "${DOCKER_ARCH}" != "aarch64" ]]; then apt-get install -y libc6:arm64 |