install recommends

pull/9675/head
Sharif Elgamal 2020-11-11 14:44:13 -08:00
parent bf25c38098
commit 0f0b01fa0d
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ EXTRA_TEST_ARGS="-gvisor"
mkdir -p cron && gsutil -qm rsync "gs://minikube-builds/${MINIKUBE_LOCATION}/cron" cron || echo "FAILED TO GET CRON FILES"
sudo install cron/cleanup_and_reboot_Linux.sh /etc/cron.hourly/cleanup_and_reboot || echo "FAILED TO INSTALL CLEANUP"
sudo apt-get -y install --no-install-recommends qemu-system libvirt-clients libvirt-daemon-system
sudo apt-get -y install qemu-system libvirt-clients libvirt-daemon-system
sudo adduser jenkins libvirt