feat: add eBPF deps
All checks were successful
Hetzner Cloud template / hetzner-cloud-template (push) Successful in 19s
Renovate / renovate (push) Successful in 16s

This commit is contained in:
Peter 2023-12-22 16:45:10 +01:00
parent 323a0d1d6a
commit a425d80c11
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -7,6 +7,7 @@ users:
packages:
- zsh
- git
- git-lfs
- git-delta
- difftastic
- curl
@ -19,6 +20,9 @@ packages:
- dnf-plugins-core
- icu
- neovim
- clang15
- llvm15
- libbpf-devel
%{ if install_podman_setup ~}
- podman
- podman-docker
@ -97,6 +101,8 @@ write_files:
cert: false
%{ endif ~}
runcmd:
- ln -s /usr/lib64/llvm15/bin/llc /usr/bin/
- ln -s /usr/lib64/llvm15/bin/clang-15 /usr/bin/clang
- chown -R ${username}:${username} /home/${username}
- systemctl enable --now coder-agent
%{ if install_podman_setup ~}