install recommends
parent
bf25c38098
commit
0f0b01fa0d
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue