Skip to content

Commit

Permalink
Update apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiubelu committed Oct 1, 2024
1 parent 3177ae4 commit 9e7e3fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions falco/0.38.2/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ parts:
# build idempotency, so we can build locally *and* in the CI.
# linux-tools and linux-cloud-tools are required for building BPF (for x86_64).
if [ "$(uname -m)" == "x86_64" ]; then
apt install linux-headers-$(uname -r) linux-tools-$(uname -r) linux-cloud-tools-$(uname -r)
apt install -y linux-headers-$(uname -r) linux-tools-$(uname -r) linux-cloud-tools-$(uname -r)
else
apt install linux-headers linux-tools linux-cloud-tools
apt install -y linux-headers-$(uname -r) linux-tools-$(uname -r) linux-cloud-tools
fi
# https://falco.org/docs/developer-guide/source/
Expand Down

0 comments on commit 9e7e3fe

Please sign in to comment.