From 06f70e8246d5402e8a256a7cffbeaad3b9944f1b Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Thu, 24 May 2018 07:06:21 -0500 Subject: [PATCH] Add 'tree' in the VMs This is a convenient tool to get an idea of what a directory hierarchy looks like. --- prepare-vms/lib/postprep.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare-vms/lib/postprep.py b/prepare-vms/lib/postprep.py index d5970d54..1c4ed4d9 100755 --- a/prepare-vms/lib/postprep.py +++ b/prepare-vms/lib/postprep.py @@ -108,7 +108,7 @@ system("sudo chmod +x /usr/local/bin/docker-machine") system("docker-machine version") system("sudo apt-get remove -y --purge dnsmasq-base") -system("sudo apt-get -qy install python-setuptools pssh apache2-utils httping htop unzip mosh") +system("sudo apt-get -qy install python-setuptools pssh apache2-utils httping htop unzip mosh tree") ### Wait for Docker to be up. ### (If we don't do this, Docker will not be responsive during the next step.)