From 478404c229bc10ca58a6b60d14e23b663036bf89 Mon Sep 17 00:00:00 2001 From: Yuvi Panda Date: Thu, 26 Oct 2023 14:26:08 +0530 Subject: [PATCH] fix(build): add diffutils to the trace initcontainer --- build/Dockerfile.initcontainer | 1 + 1 file changed, 1 insertion(+) diff --git a/build/Dockerfile.initcontainer b/build/Dockerfile.initcontainer index 5278e08f..bee5b92f 100644 --- a/build/Dockerfile.initcontainer +++ b/build/Dockerfile.initcontainer @@ -4,6 +4,7 @@ RUN apk add --update \ bc \ build-base \ bison \ + diffutils \ flex \ curl \ elfutils-dev \