mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-02 08:17:01 +00:00
ci: crio: Pass -y
to apt
That was something overlooked during my tests. :-/ Fixes: #8005 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
11cf0e2d28
commit
ebaa4fa4c1
@ -224,7 +224,7 @@ function setup_crio() {
|
||||
curl -L https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable:cri-o:${crio_version}/${os}/Release.key | sudo apt-key add -
|
||||
curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/${os}/Release.key | sudo apt-key add -
|
||||
sudo apt update
|
||||
sudo apt install cri-o cri-o-runc
|
||||
sudo apt install -y cri-o cri-o-runc
|
||||
sudo systemctl enable --now crio
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user