From a09d4127661f0679a01d29c247d456bad5915bc7 Mon Sep 17 00:00:00 2001 From: James Rawlings Date: Mon, 16 Dec 2024 12:31:58 +0000 Subject: [PATCH] datadog-agent: fix build `/bin/bash: line 1: curl: command not found` ``` /bin/bash: line 1: curl: command not found xz: (stdin): File format not recognized tar: Child returned status 1 tar: Error is not recoverable: exiting now ``` Signed-off-by: James Rawlings --- datadog-agent.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/datadog-agent.yaml b/datadog-agent.yaml index ec340e68174..6c85eaf3a22 100644 --- a/datadog-agent.yaml +++ b/datadog-agent.yaml @@ -36,6 +36,7 @@ var-transforms: environment: contents: packages: + - curl - bison - build-base - busybox