Skip to content

Commit

Permalink
datadog-agent: fix build /bin/bash: line 1: curl: command not found
Browse files Browse the repository at this point in the history
```
/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 <[email protected]>
  • Loading branch information
rawlingsj authored Dec 16, 2024
1 parent 39bedad commit a09d412
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datadog-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ var-transforms:
environment:
contents:
packages:
- curl
- bison
- build-base
- busybox
Expand Down

0 comments on commit a09d412

Please sign in to comment.