🎲 Add haveged to provide entropy on some VMs

This commit is contained in:
Jérôme Petazzoni
2021-09-30 18:09:28 +02:00
parent 6e1a9925ea
commit 1500b5937d

View File

@@ -140,7 +140,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 tree")
system("sudo apt-get -qy install python-setuptools pssh apache2-utils httping htop unzip mosh tree haveged")
### Wait for Docker to be up.
### (If we don't do this, Docker will not be responsive during the next step.)