From 9bdf67bfb301cd689dddaa820a128d00d2743ff6 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:39:24 -0500 Subject: [PATCH] install skopeo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 018d9f9..886991b 100644 --- a/Makefile +++ b/Makefile @@ -98,7 +98,7 @@ clean: rm -f $(_BASE_DIR)/*.log || true install-deps: - dnf install -y lorax xorriso podman + dnf install -y lorax xorriso skopeo .PHONY: clean install-deps