From 080acf429bf65a22eda3b5bacd24402bb261714a Mon Sep 17 00:00:00 2001 From: Maciej Skrocki Date: Tue, 19 Sep 2017 10:37:29 -0700 Subject: 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 --- ansible/roles/install_dependencies/tasks/Debian.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'ansible/roles/install_dependencies/tasks') 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 -- cgit 1.2.3-korg