mirror of
https://github.com/containers/podman.git
synced 2025-06-26 12:56:45 +08:00
Add podman-plugins to upstream image
Fixes #11380 Replaces https://github.com/containers/podman/pull/11385 Originally subbmitted by @mattymo Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:

committed by
Daniel J Walsh

parent
800e91dafd
commit
8e80f4d248
@ -40,7 +40,8 @@ RUN yum -y update; rpm --restore shadow-utils 2>/dev/null; yum -y install --exc
|
||||
crun \
|
||||
fuse-overlayfs \
|
||||
fuse3 \
|
||||
containers-common; \
|
||||
containers-common \
|
||||
podman-plugins; \
|
||||
mkdir /root/podman; \
|
||||
git clone https://github.com/containers/podman /root/podman/src/github.com/containers/podman; \
|
||||
cd /root/podman/src/github.com/containers/podman; \
|
||||
|
Reference in New Issue
Block a user