lockc-project / lockc

Making containers more secure with eBPF and Linux Security Modules (LSM)
https://lockc-project.github.io/
Apache License 2.0
218 stars 19 forks source link

docker: Add missing packages for rust-{gdb,lldb} debuggers #174

Closed vadorovsky closed 2 years ago

vadorovsky commented 2 years ago

rust-gdb and rust-lldb binaries are shipped in rust package. And both of them need also python3-lldb to work.

Signed-off-by: Michal Rostecki mrostecki@opensuse.org