diff options
author | Maciej Skrocki <maciej.skrocki@intel.com> | 2017-09-19 10:37:29 -0700 |
---|---|---|
committer | Ross Brattain <ross.b.brattain@intel.com> | 2017-09-25 08:30:20 -0700 |
commit | f42ea3f21a50310f1ecfb9b82356f99e48fce025 (patch) | |
tree | 497894e562f422ca8d5b02c8cec3284f37d4de2d /ansible/roles/install_dependencies | |
parent | b5dab4f397bda5d5eaf3f33c8df0dc2d3ee17024 (diff) |
Fixed few gaps when running on a minimal version of system
- we need to make sure we have lsof installed
- we need to update cache inside the image, because we are unable to install some of them
Change-Id: Ic555489779e9096540001cb9c62ea2ab25c1ae90
Signed-off-by: Maciej Skrocki <maciej.skrocki@intel.com>
Diffstat (limited to 'ansible/roles/install_dependencies')
-rwxr-xr-x | ansible/roles/install_dependencies/tasks/Debian.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/roles/install_dependencies/tasks/Debian.yml b/ansible/roles/install_dependencies/tasks/Debian.yml index 7a9911ebf..bba6fb13c 100755 --- a/ansible/roles/install_dependencies/tasks/Debian.yml +++ b/ansible/roles/install_dependencies/tasks/Debian.yml @@ -47,3 +47,4 @@ - uwsgi-plugin-python - supervisor - python-setuptools + - lsof |