1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-01-18 04:58:51 +02:00

Add jq to tools installed by Vagrantfile.

This commit is contained in:
David Steele 2020-05-14 18:45:23 -04:00
parent ed5149c9be
commit ea485e916b

2
test/Vagrantfile vendored
View File

@ -84,7 +84,7 @@ Vagrant.configure(2) do |config|
#-----------------------------------------------------------------------------------------------------------------------
echo 'Install Dev Utilities' && date
apt-get install -y vim htop
apt-get install -y vim htop jq
#-----------------------------------------------------------------------------------------------------------------------
echo '/tmp/pgbackrest owned by root so tests do not use it' && date