diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-12-02 15:33:06 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-12-02 15:33:06 +0100 |
commit | cace604fe122dad0dcc2e0f736a6456ec07cbdd3 (patch) | |
tree | fd555bdb9b3d9172fa159df043847ab3b5a9e595 | |
parent | 88fec37b4ef7aa9f5de52193b059b365cb7cef64 (diff) | |
download | podman-docker-builder-cace604fe122dad0dcc2e0f736a6456ec07cbdd3.tar.gz |
add skopeo
-rwxr-xr-x | configure-podman | 2 |
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. |