From d846b737200b0faf7e629899cffd5f429f4ed48f Mon Sep 17 00:00:00 2001 From: Mirko Brombin Date: Sun, 9 Oct 2022 19:23:40 +0200 Subject: [PATCH] recipe: Add podman dep --- recipe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe.json b/recipe.json index 1814da5..d8c5192 100644 --- a/recipe.json +++ b/recipe.json @@ -98,7 +98,7 @@ "if": "subsystem", "type": "command", "commands": [ - "sudo apt install -y apx", + "sudo apt install -y apx podman", "curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh" ] }