Skip to content

Commit

Permalink
Add podman-plugins to upstream image
Browse files Browse the repository at this point in the history
Fixes containers#11380
Replaces containers#11385

Originally subbmitted by @mattymo
Signed-off-by: Daniel J Walsh <[email protected]>
  • Loading branch information
mattymo authored and rhatdan committed Oct 4, 2021
1 parent 800e91d commit 8e80f4d
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 8e80f4d

Please sign in to comment.