Vagrantfile: add strace tool

Signed-off-by: Wei Fu <fuweid89@gmail.com>
This commit is contained in:
Wei Fu 2023-08-11 18:22:44 +08:00
parent 601699a184
commit 00ef8ba99b

1
Vagrantfile vendored
View File

@ -78,6 +78,7 @@ Vagrant.configure("2") do |config|
libselinux-devel \
lsof \
make \
strace \
${INSTALL_PACKAGES}
SHELL
end