From 00ef8ba99b16518480789989910a3399d7a719e8 Mon Sep 17 00:00:00 2001 From: Wei Fu Date: Fri, 11 Aug 2023 18:22:44 +0800 Subject: [PATCH] Vagrantfile: add strace tool Signed-off-by: Wei Fu --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index b8e53ca70..9faf346cd 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -78,6 +78,7 @@ Vagrant.configure("2") do |config| libselinux-devel \ lsof \ make \ + strace \ ${INSTALL_PACKAGES} SHELL end