From cace604fe122dad0dcc2e0f736a6456ec07cbdd3 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 2 Dec 2020 15:33:06 +0100 Subject: add skopeo --- configure-podman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure-podman b/configure-podman index 551d607..4bdbebd 100755 --- a/configure-podman +++ b/configure-podman @@ -5,7 +5,7 @@ echo "# update & install packages" dnf update -y -dnf install -y podman podman-docker buildah +dnf install -y podman podman-docker buildah skopeo dnf clean all -y # storage: can't use overlay, docker does that already and it can't be nested. -- cgit