Skip to content

Commit 260df6e

Browse files
uran0sHstefano-garzarella
authored andcommitted
Install lsof into container
Install lsof in container to check the process's fd For example, verify whether CLOEXEC flag works in a unit test Signed-off-by: Wenyu Huang <[email protected]>
1 parent d59baa3 commit 260df6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_container.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ DEBIAN_FRONTEND="noninteractive" apt-get install --no-install-recommends -y \
2222
libglm-dev libstb-dev libc6-dev \
2323
debhelper-compat libdbus-1-dev libglib2.0-dev meson ninja-build dbus \
2424
libvirglrenderer1 libvirglrenderer-dev pipewire libpipewire-0.3-dev \
25+
lsof \
2526
podman
2627

2728
# `riscv64` specific dependencies

0 commit comments

Comments
 (0)