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 committed Dec 16, 2024
1 parent 39bedad commit df683b2
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 @@ -48,6 +48,7 @@ environment:
# - clang-16-dev
- cmake
- coreutils
- curl
- dpkg
- elfutils-dev
- findutils
Expand Down

0 comments on commit df683b2

Please sign in to comment.