mirror of https://github.com/containers/podman.git
Merge pull request #11855 from rhatdan/Dockerfile
Add podman-plugins to upstream image
This commit is contained in:
commit
bfb904bb23
|
@ -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; \
|
||||
|
|
Loading…
Reference in New Issue