From 9c751230a1be643ce7c43897c535d5df29947836 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 3 Oct 2024 16:23:37 -0600 Subject: [PATCH] Include lsof in container (#14145) --- 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