mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-07 20:39:22 +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>
(cherry picked from commit ebaa4fa4c1
)
This commit is contained in:
parent
3f2780fca6
commit
468a3218f5
@ -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