diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-10-18 22:58:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-18 22:58:43 +0000 |
commit | 1a773377337cea9b238c8447d2de1b48e89baae0 (patch) | |
tree | 75d6cf4a6c7a3c1fc74660ba464e0f864b7a7732 /install.sh | |
parent | c15569f3e3a93796ba287a40093e15036d84d4f1 (diff) | |
parent | ab55a533f4fb8de11ea28aa53c2cfc14ae9d1e38 (diff) |
Merge "Added required ubuntu packages to run IxLoad client"
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 49a8bd085..dfad3a51a 100755 --- a/install.sh +++ b/install.sh @@ -79,7 +79,9 @@ apt-get update && apt-get install -y \ uwsgi-plugin-python \ supervisor \ python-pip \ - vim + vim \ + libxft-dev \ + libxss-dev if [[ "${DOCKER_ARCH}" != "aarch64" ]]; then apt-get install -y libc6:arm64 |