aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-12-02 15:33:06 +0100
committerGerd Hoffmann <kraxel@redhat.com>2020-12-02 15:33:06 +0100
commitcace604fe122dad0dcc2e0f736a6456ec07cbdd3 (patch)
treefd555bdb9b3d9172fa159df043847ab3b5a9e595
parent88fec37b4ef7aa9f5de52193b059b365cb7cef64 (diff)
downloadpodman-docker-builder-cace604fe122dad0dcc2e0f736a6456ec07cbdd3.tar.gz
add skopeo
-rwxr-xr-xconfigure-podman2
1 files changed, 1 insertions, 1 deletions
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.