From 64ac38f9324d7f262416087c22c73e5f1bf1f975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Tue, 12 Mar 2024 13:39:06 +0100 Subject: [PATCH] plans: add skopeo to the list of dependencies Skopeo is now required to test the local containers, so we have to install it. --- plans/all.fmf | 1 + 1 file changed, 1 insertion(+) diff --git a/plans/all.fmf b/plans/all.fmf index 3737a5e5..718dea0d 100644 --- a/plans/all.fmf +++ b/plans/all.fmf @@ -19,6 +19,7 @@ prepare: - python3-flake8 - python3-paramiko - python3-pip + - skopeo - qemu-kvm - qemu-system-aarch64 - qemu-user-static