From 0beae934723fd082938215f7505806ed48d6380f Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Wed, 23 Feb 2022 03:12:18 +1100 Subject: [PATCH] Vagrantfile: install patchelf package (#10155) --- Vagrantfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index 4b41ae5..6ff2d60 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -64,6 +64,8 @@ Vagrant.configure(2) do |config| apt-get install -y python3-pip su - vagrant -c "pip3 install --user aqtinstall" + apt-get install -y patchelf + dir="%{qt_deps_unpack_dir}" version="5.15.2" host="linux"