Skip to content

Commit

Permalink
Merge pull request containers#11855 from rhatdan/Dockerfile
Browse files Browse the repository at this point in the history
Add podman-plugins to upstream image
  • Loading branch information
openshift-merge-robot authored Oct 6, 2021
2 parents 470e52f + 8e80f4d commit bfb904b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/podmanimage/upstream/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down

0 comments on commit bfb904b

Please sign in to comment.