Merge pull request #11855 from rhatdan/Dockerfile

Add podman-plugins to upstream image
This commit is contained in:
OpenShift Merge Robot 2021-10-06 20:35:03 +02:00 committed by GitHub
commit bfb904bb23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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; \