From 68e84aef7c3333d1f9f516042f0dff49dcbb6084 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 3 Oct 2024 14:03:03 -0600 Subject: [PATCH] Include lsof in container --- docker/main/install_deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/main/install_deps.sh b/docker/main/install_deps.sh index 7c2c5fda2..c63c015d3 100755 --- a/docker/main/install_deps.sh +++ b/docker/main/install_deps.sh @@ -13,6 +13,7 @@ apt-get -qq install --no-install-recommends -y \ python3.9 \ python3-pip \ curl \ + lsof \ jq \ nethogs