From 04be227fa9839a44d5fa3d8d45c6639197cc38b7 Mon Sep 17 00:00:00 2001 From: kba Date: Thu, 4 Jun 2026 13:28:19 +0200 Subject: [PATCH] Install inotifytools for k8s sidecars log tailing --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f3c3fda55..b036c5741 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,6 +50,7 @@ RUN apt-get update && apt-get -y install software-properties-common \ curl \ bzip2 \ sudo \ + inotify-tools \ git \ jq \ && make deps-ubuntu